diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-10-30 16:56:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 16:56:07 +0000 |
commit | a2ef56af183155465df8ed7577854cebec7522d9 (patch) | |
tree | 022d38261c370df855efa9eb725b5d39fc8acc40 /docs | |
parent | 24552242b2143e0588ba93b41ec614e151d10f5c (diff) | |
parent | 9b1eae96bff907e80992dbc66278cf0c913f3e17 (diff) | |
download | platform_external_arm-trusted-firmware-a2ef56af183155465df8ed7577854cebec7522d9.tar.gz platform_external_arm-trusted-firmware-a2ef56af183155465df8ed7577854cebec7522d9.tar.bz2 platform_external_arm-trusted-firmware-a2ef56af183155465df8ed7577854cebec7522d9.zip |
Merge pull request #1144 from geesun/qx/resize_bl2_size
Change the default option of ARM_TSP_RAM_LOCATION and Enlarge the BL2 size on ARM platforms
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 28483f2b1..d7ac2bd68 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -664,9 +664,10 @@ ARM development platform specific build options - ``ARM_TSP_RAM_LOCATION``: location of the TSP binary. Options: - - ``tsram`` : Trusted SRAM (default option) + - ``tsram`` : Trusted SRAM (default option when TBB is not enabled) - ``tdram`` : Trusted DRAM (if available) - - ``dram`` : Secure region in DRAM (configured by the TrustZone controller) + - ``dram`` : Secure region in DRAM (default option when TBB is enabled, + configured by the TrustZone controller) - ``ARM_XLAT_TABLES_LIB_V1``: boolean option to compile the Trusted Firmware with version 1 of the translation tables library instead of version 2. It is |