diff options
author | Mark Dykes <mardyk01@review.trustedfirmware.org> | 2020-12-15 19:33:40 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-12-15 19:33:40 +0000 |
commit | 29a8814f4ebf9cf0ab990c537d3d43e7d8b928df (patch) | |
tree | 21cf7c7a3f7de609694257a00dad6649e6fa4d48 /docs/getting_started | |
parent | de15579053fa17475d4452f9b7563d238b92f413 (diff) | |
parent | 0063dd1708e67e5d36168caaf2a0df383bbe1455 (diff) | |
download | platform_external_arm-trusted-firmware-29a8814f4ebf9cf0ab990c537d3d43e7d8b928df.tar.gz platform_external_arm-trusted-firmware-29a8814f4ebf9cf0ab990c537d3d43e7d8b928df.tar.bz2 platform_external_arm-trusted-firmware-29a8814f4ebf9cf0ab990c537d3d43e7d8b928df.zip |
Merge "Add support for FEAT_MTPMU for Armv8.6" into integration
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/build-options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index d4eb6a768..16de41029 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -191,6 +191,11 @@ Common build options of the binary image. If set to 1, then only the ELF image is built. 0 is the default. +- ``DISABLE_MTPMU``: Boolean option to disable FEAT_MTPMU if implemented + (Armv8.6 onwards). Its default value is 0 to keep consistency with platforms + that do not implement FEAT_MTPMU. For more information on FEAT_MTPMU, + check the latest Arm ARM. + - ``DYN_DISABLE_AUTH``: Provides the capability to dynamically disable Trusted Board Boot authentication at runtime. This option is meant to be enabled only for development platforms. ``TRUSTED_BOARD_BOOT`` flag must be set if this |