diff options
| author | Tom Rini <[email protected]> | 2025-11-04 10:59:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-04 10:59:50 -0600 |
| commit | 7babc31ddfdd4df89d2ad924833ac0173b1004bd (patch) | |
| tree | dd1998f53330e545ed70c458a045ffc5e13a3256 /doc/develop | |
| parent | 45b7857d3b5b4cb12a5cc0a121bc8ac4b57427fa (diff) | |
| parent | 915f0b232af756dcf7d8784781ed4a37a8028413 (diff) | |
Merge patch series "Enable Firmware Handoff CI test on qemu_arm64"
Raymond Mao <[email protected]> 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/[email protected]
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/pytest/test_fw_handoff.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/pytest/test_fw_handoff.rst b/doc/develop/pytest/test_fw_handoff.rst new file mode 100644 index 00000000000..af926f684c6 --- /dev/null +++ b/doc/develop/pytest/test_fw_handoff.rst @@ -0,0 +1,8 @@ +test_fw_handoff +=============== + +.. automodule:: test_fw_handoff + :synopsis: + :member-order: bysource + :members: + :undoc-members: |
