mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
docs(build): add build option for DRTM support
Documented the build option for DRTM support. Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com> Signed-off-by: Lucian Paul-Trifu <lucian.paultrifu@gmail.com> Change-Id: Ic1543ee5f1d0046d5062d9744bd1a136d940b687
This commit is contained in:
parent
00e28874df
commit
859eabd4c4
1 changed files with 10 additions and 0 deletions
|
@ -649,6 +649,15 @@ Common build options
|
|||
|
||||
This option defaults to 0.
|
||||
|
||||
- ``DRTM_SUPPORT``: Boolean flag to enable support for Dynamic Root of Trust
|
||||
for Measurement (DRTM). This feature has trust dependency on BL31 for taking
|
||||
the measurements and recording them as per `PSA DRTM specification`_. For
|
||||
platforms which use BL2 to load/authenticate BL31 ``TRUSTED_BOARD_BOOT`` can
|
||||
be used and for the platforms which use ``RESET_TO_BL31`` platform owners
|
||||
should have mechanism to authenticate BL31.
|
||||
|
||||
This option defaults to 0.
|
||||
|
||||
- ``NON_TRUSTED_WORLD_KEY``: This option is used when ``GENERATE_COT=1``. It
|
||||
specifies the file that contains the Non-Trusted World private key in PEM
|
||||
format. If ``SAVE_KEYS=1``, this file name will be used to save the key.
|
||||
|
@ -1116,3 +1125,4 @@ Firmware update options
|
|||
|
||||
.. _DEN0115: https://developer.arm.com/docs/den0115/latest
|
||||
.. _PSA FW update specification: https://developer.arm.com/documentation/den0118/a/
|
||||
.. _PSA DRTM specification: https://developer.arm.com/documentation/den0113/a
|
||||
|
|
Loading…
Add table
Reference in a new issue