summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaymond Mao <raymond.mao@linaro.org>2023-07-25 07:53:35 -0700
committerHarrison Mutai <harrison.mutai@arm.com>2023-09-22 10:56:51 +0100
commit3ba2c15147cc0c86342a443cd0cbfab3d2931c06 (patch)
tree504a7a648e069842e144d136d93c26ec9178744a /docs
parent1438a5e729e894eb9358732f20641800d956fc6a (diff)
feat(handoff): introduce firmware handoff library
Add transfer list APIs and firmware handoff build option. Change-Id: I68a0ace22c7e50fcdacd101eb76b271d7b76d8ff Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
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 2c018c394..bc939e148 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -944,6 +944,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``.
@@ -1298,3 +1303,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