diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-01-30 13:58:10 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-01-30 13:58:10 +0000 |
commit | dcd03ce7bb9ba385970a3bdaf6ec10716969fde5 (patch) | |
tree | c07c1bab5f590b0c16c10e9478e1708634242d4b /docs | |
parent | b1d810bd212d1eee5c2f3ab927e2689c2e460dab (diff) | |
parent | 3bff910dc16ad5ed97d470064b25481d3674732b (diff) | |
download | platform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.tar.gz platform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.tar.bz2 platform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.zip |
Merge changes from topic "sb/select-cot" into integration
* changes:
Introduce COT build option
cert_create: Remove references to TBBR in common code
cert_create: Introduce COT build option
cert_create: Introduce TBBR CoT makefile
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index b702c34de..2f44fe817 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -128,6 +128,9 @@ Common build options ``plat_secondary_cold_boot_setup()`` platform porting interfaces do not need to be implemented in this case. +- ``COT``: When Trusted Boot is enabled, selects the desired chain of trust. + Defaults to ``tbbr``. + - ``CRASH_REPORTING``: A non-zero value enables a console dump of processor register state when an unexpected exception occurs during execution of BL31. This option defaults to the value of ``DEBUG`` - i.e. by default |