summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-10-02 15:50:28 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-10-02 15:50:28 +0200
commita1377a89a7838669359be3ba351a791405050ccc (patch)
treec1f1b6f16f27d8e0f2155db365ce5398b652d671 /docs
parent7ed514e6111d6fd995357a8560ff21f89af7816a (diff)
parent322af23445fe7a86eaad335b8a0f2ed523f5c1df (diff)
Merge changes from topic "rm/handoff" into integration
* changes: feat(qemu): implement firmware handoff on qemu feat(handoff): introduce firmware handoff library
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 1da273878..3b38480ca 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -945,6 +945,11 @@ Common build options
hardware will limit the effective VL to the maximum physically supported
VL.
+- ``TRANSFER_LIST``: Setting this to ``1`` enables support for Firmware
+ Handoff using Transfer List defined in `Firmware Handoff specification`_.
+ This defaults to ``0``. Please note that this is an experimental feature
+ based on Firmware Handoff specification v0.9.
+
- ``TRNG_SUPPORT``: Setting this to ``1`` enables support for True
Random Number Generator Interface to BL31 image. This defaults to ``0``.
@@ -1300,3 +1305,4 @@ Firmware update options
.. _PSA DRTM specification: https://developer.arm.com/documentation/den0113/a
.. _GCC: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
.. _Clang: https://clang.llvm.org/docs/DiagnosticsReference.html
+.. _Firmware Handoff specification: https://github.com/FirmwareHandoff/firmware_handoff/releases/tag/v0.9