mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
Merge "docs: move DPE option to experimental section" into integration
This commit is contained in:
commit
217bbf2a45
1 changed files with 7 additions and 7 deletions
|
@ -701,13 +701,6 @@ Common build options
|
|||
|
||||
This option defaults to 0.
|
||||
|
||||
- ``DICE_PROTECTION_ENVIRONMENT``: Boolean flag to specify the measured boot
|
||||
backend when ``MEASURED_BOOT`` is enabled. The default value is ``0``. When
|
||||
set to ``1`` then measurements and additional metadata collected during the
|
||||
measured boot process are sent to the DICE Protection Environment for storage
|
||||
and processing. A certificate chain, which represents the boot state of the
|
||||
device, can be queried from the DPE.
|
||||
|
||||
- ``MARCH_DIRECTIVE``: used to pass a -march option from the platform build
|
||||
options to the compiler. An example usage:
|
||||
|
||||
|
@ -1257,6 +1250,13 @@ Experimental build options
|
|||
Common build options
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- ``DICE_PROTECTION_ENVIRONMENT``: Boolean flag to specify the measured boot
|
||||
backend when ``MEASURED_BOOT`` is enabled. The default value is ``0``. When
|
||||
set to ``1`` then measurements and additional metadata collected during the
|
||||
measured boot process are sent to the DICE Protection Environment for storage
|
||||
and processing. A certificate chain, which represents the boot state of the
|
||||
device, can be queried from the DPE.
|
||||
|
||||
- ``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
|
||||
|
|
Loading…
Add table
Reference in a new issue