Hi Tom, On Fri, 3 Oct 2025 at 16:13, Tom Rini <[email protected]> wrote: > > On Fri, Oct 03, 2025 at 12:22:14PM -0700, Raymond Mao wrote: > > > This patch series enable Firmware Handoff [1] CI tests on qemu_arm64 by: > > 1. fetch MbedTLS (v3.6), OP-TEE (v4.7.0) and TF-A (v2.13.0); > > 2. build bl1 and fip with both Firmware Handoff and Measured Boot > > enabled; > > 3. pytest to validate the Firmware Handoff feature via bloblist by > > checking the existence of expected FDT nodes and TPM events generated > > and handed over from TF-A/OP-TEE. > > > > Pre-requisite u-boot-test-hooks patches [2] are required. > > > > [1] https://github.com/FirmwareHandoff/firmware_handoff > > [2] > > https://lore.kernel.org/u-boot/[email protected]/T/#t > > Generally, the changes look good, thanks! Specifically, did you trigger > a CI run where you pointed Azure at a fork of u-boot-test-hooks with > your changes? I'm a little concerned about the fiptool change and I > don't see a CI run where qemu_arm64_optee.. was triggered, only: > https://dev.azure.com/u-boot/u-boot/_build/results?buildId=12044&view=results > where it's not. Thanks! >
That PR is missing the last commit (adding the CI jobs) and still pointing to the original test hooks. I have tested with my local docker container (has a test.sh that simulates the one from azure.yml, and points to my test hooks working branch) and all works. But when I triggered it this afternoon at: https://github.com/u-boot/u-boot/pull/818, I did see the failures... Hmmm, I will compare the log with the one I got from the local docker container to find the cause. Regards, Raymond > -- > Tom

