diff options
author | Summer Qin <summer.qin@arm.com> | 2018-03-02 15:51:14 +0800 |
---|---|---|
committer | Summer Qin <summer.qin@arm.com> | 2018-04-10 14:30:03 +0800 |
commit | 60a23fd8dedbcd9b4ec63bcf04f4dc804edaee1b (patch) | |
tree | ddca4763f7995fc213b237f319205353fff64bd5 /docs | |
parent | 23411d2c4adcec412befb4ffbbfbf81c743a59c6 (diff) | |
download | platform_external_arm-trusted-firmware-60a23fd8dedbcd9b4ec63bcf04f4dc804edaee1b.tar.gz platform_external_arm-trusted-firmware-60a23fd8dedbcd9b4ec63bcf04f4dc804edaee1b.tar.bz2 platform_external_arm-trusted-firmware-60a23fd8dedbcd9b4ec63bcf04f4dc804edaee1b.zip |
Juno: Add support for TrustZone Media Protection 1 (TZMP1)
Add TZMP1 support on Juno and increase the BL2 size accordingly due to the
extra data structures to describe the TZC regions and the additional code.
Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 579485546..be2cf4009 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -783,6 +783,12 @@ Arm FVP platform specific build options HW_CONFIG blob instead of the DTS file. This option is useful to override the default HW_CONFIG selected by the build system. +ARM JUNO platform specific build options +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- ``JUNO_TZMP1`` : Boolean option to configure Juno to be used for TrustZone + Media Protection (TZ-MP1). Default value of this flag is 0. + Debugging options ~~~~~~~~~~~~~~~~~ |