diff options
author | Javier Almansa Sobrino <javier.almansasobrino@arm.com> | 2020-09-18 16:47:07 +0100 |
---|---|---|
committer | Javier Almansa Sobrino <javier.almansasobrino@arm.com> | 2020-09-22 14:54:50 +0100 |
commit | 6ac269d16ccb83e4d2c33683366aa0c0e2a8aea0 (patch) | |
tree | 507f324717d119abcc5f3e2252f5a2b948d4c82d /docs | |
parent | 73740d98d99cb740ff67e188b6a7c1db816bf9f4 (diff) | |
download | platform_external_arm-trusted-firmware-6ac269d16ccb83e4d2c33683366aa0c0e2a8aea0.tar.gz platform_external_arm-trusted-firmware-6ac269d16ccb83e4d2c33683366aa0c0e2a8aea0.tar.bz2 platform_external_arm-trusted-firmware-6ac269d16ccb83e4d2c33683366aa0c0e2a8aea0.zip |
Select the Log Level for the Event Log Dump on Measured Boot at build time.
Builds in Debug mode with Measured Boot enabled might run out of trusted
SRAM. This patch allows to change the Log Level at which the Measured Boot
driver will dump the event log, so the latter can be accessed even on
Release builds if necessary, saving space on RAM.
Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>
Change-Id: I133689e313776cb3f231b774c26cbca4760fa120
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index b4fe40436..40fc5dbbc 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -300,6 +300,10 @@ Common build options handled at EL3, and a panic will result. This is supported only for AArch64 builds. +- ``EVENT_LOG_LEVEL``: Chooses the log level to use for Measured Boot when + ``MEASURED_BOOT`` is enabled. For a list of valid values, see ``LOG_LEVEL``. + Default value is 40 (LOG_LEVEL_INFO). + - ``FAULT_INJECTION_SUPPORT``: ARMv8.4 extensions introduced support for fault injection from lower ELs, and this build option enables lower ELs to use Error Records accessed via System Registers to inject faults. This is |