diff options
| author | Raymond Mao <[email protected]> | 2025-10-21 11:16:55 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-04 10:59:41 -0600 |
| commit | f974e9b626323a940f308ba7174dff0607827aed (patch) | |
| tree | bbca02dfd425b25629977b24d43285053fe1128b /doc/develop/pytest | |
| parent | 183299d9a400ef2c1361e4b4959f663aec7b4e35 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop/pytest')
| -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: |
