aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-01-28 19:57:51 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-01-28 19:57:51 +0000
commitb012454d82071c2ba2512386d8823e20e195544f (patch)
tree204f88f59c8d18a4af387d7185fe5c5f51a04fa4 /docs
parent29763ac260d379c425650c6bf2256fcd5e045437 (diff)
parent8c105290f3733eafb789e17da4a0649e85c7b360 (diff)
downloadplatform_external_arm-trusted-firmware-b012454d82071c2ba2512386d8823e20e195544f.tar.gz
platform_external_arm-trusted-firmware-b012454d82071c2ba2512386d8823e20e195544f.tar.bz2
platform_external_arm-trusted-firmware-b012454d82071c2ba2512386d8823e20e195544f.zip
Merge "Measured Boot: add function for hash calculation" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index fc4545571..b702c34de 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -387,6 +387,11 @@ Common build options
All log output up to and including the selected log level is compiled into
the build. The default value is 40 in debug builds and 20 in release builds.
+- ``MEASURED_BOOT``: Boolean flag to include support for the Measured Boot
+ feature. If this flag is enabled ``TRUSTED_BOARD_BOOT`` must be set.
+ This option defaults to 0 and is an experimental feature in the stage of
+ development.
+
- ``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.