aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-05-23 12:45:13 +0100
committerGitHub <noreply@github.com>2018-05-23 12:45:13 +0100
commit0d018306d41a36582830e58761cba9d5b647f05b (patch)
tree07ffc5132c502130034b2e27745350226b2e30f6 /docs
parent41e48fed9a2ccecf7e8a53b8ad5574d038176dd7 (diff)
parent1d71ba141d32c9e8974d4e3e973a90fd0c6bf458 (diff)
downloadplatform_external_arm-trusted-firmware-0d018306d41a36582830e58761cba9d5b647f05b.tar.gz
platform_external_arm-trusted-firmware-0d018306d41a36582830e58761cba9d5b647f05b.tar.bz2
platform_external_arm-trusted-firmware-0d018306d41a36582830e58761cba9d5b647f05b.zip
Merge pull request #1386 from soby-mathew/sm/dyn_bl31
Extend dynamic configuration
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index e8429a94c..5f3823dbe 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -323,6 +323,11 @@ Common build options
- ``DEBUG``: Chooses between a debug and release build. It can take either 0
(release) or 1 (debug) as values. 0 is the default.
+- ``DYN_DISABLE_AUTH``: Enables the capability to disable Trusted Board Boot
+ authentication. This option is only meant to be enabled for development
+ platforms. Both TRUSTED_BOARD_BOOT and the LOAD_IMAGE_V2 flags need to be
+ set if this flag has to be enabled. 0 is the default.
+
- ``EL3_PAYLOAD_BASE``: This option enables booting an EL3 payload instead of
the normal boot flow. It must specify the entry point address of the EL3
payload. Please refer to the "Booting an EL3 payload" section for more