]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

Trivial merge