]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "Enable Firmware Handoff CI test on qemu_arm64"
authorTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 16:59:50 +0000 (10:59 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 16:59:50 +0000 (10:59 -0600)
commit7babc31ddfdd4df89d2ad924833ac0173b1004bd
treedd1998f53330e545ed70c458a045ffc5e13a3256
parent45b7857d3b5b4cb12a5cc0a121bc8ac4b57427fa
parent915f0b232af756dcf7d8784781ed4a37a8028413
Merge patch series "Enable Firmware Handoff CI test on qemu_arm64"

Raymond Mao <raymond.mao@linaro.org> says:

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.

[1] https://github.com/FirmwareHandoff/firmware_handoff

Link: https://lore.kernel.org/r/20251021181703.598342-1-raymond.mao@linaro.org