From f974e9b626323a940f308ba7174dff0607827aed Mon Sep 17 00:00:00 2001 From: Raymond Mao Date: Tue, 21 Oct 2025 11:16:55 -0700 Subject: pytest: add test script to validate Firmware Handoff Add test cases to validate FDT and TPM eventlog handoff from TF-A and OP-TEE via bloblist. For FDT, the nodes 'reserved-memory' and 'firmware' appended by OP-TEE indicates a successful handoff. For TPM eventlog, the events 'SECURE_RT_EL3', 'SECURE_RT_EL1_OPTEE' and 'SECURE_RT_EL1_OPTEE_EXTRA1' created by TF-A indicates a successful handoff. Signed-off-by: Raymond Mao Reviewed-by: Tom Rini --- doc/develop/pytest/test_fw_handoff.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/develop/pytest/test_fw_handoff.rst (limited to 'doc/develop') 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: -- cgit v1.2.3