[PATCH u-boot-test-hooks 4/4] travis-ci: Introduce env for Firmware Handoff testing
Raymond Mao
raymond.mao at linaro.org
Fri Oct 3 21:19:13 CEST 2025
Introduce board env for Firmware Handoff testing and enable it on
qemu_arm64_fw_handoff_tfa_optee.
Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
---
.../u_boot_boardenv_qemu_arm64_fw_handoff_tfa_optee.py | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 py/travis-ci/u_boot_boardenv_qemu_arm64_fw_handoff_tfa_optee.py
diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm64_fw_handoff_tfa_optee.py b/py/travis-ci/u_boot_boardenv_qemu_arm64_fw_handoff_tfa_optee.py
new file mode 100644
index 0000000..8f1d5c8
--- /dev/null
+++ b/py/travis-ci/u_boot_boardenv_qemu_arm64_fw_handoff_tfa_optee.py
@@ -0,0 +1,3 @@
+import os
+
+env__firmware_handoff_enabled = True
--
2.25.1
More information about the U-Boot
mailing list