mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Merge changes from topic "rm/handoff" into integration
* changes: feat(qemu): implement firmware handoff on qemu feat(handoff): introduce firmware handoff library
This commit is contained in:
commit
a1377a89a7
14 changed files with 785 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue