aboutsummaryrefslogtreecommitdiffstats
path: root/docs/plat
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-07-15 11:56:33 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-07-16 15:56:42 +0100
commitaa49bde8a3e8171fbe25751b4673624c80134f59 (patch)
treef9e4a90e32348fecaaf5a6572202c9f7463e07b0 /docs/plat
parent97fb05e1ec49325272bb4086a6abb018a0d5eba4 (diff)
downloadplatform_external_arm-trusted-firmware-aa49bde8a3e8171fbe25751b4673624c80134f59.tar.gz
platform_external_arm-trusted-firmware-aa49bde8a3e8171fbe25751b4673624c80134f59.tar.bz2
platform_external_arm-trusted-firmware-aa49bde8a3e8171fbe25751b4673624c80134f59.zip
rpi3: Move NS-DRAM out of the protected region
The Non-secure DRAM region shouldn't be protected in the range specified in the Linux command line with memmap. This change also increases the size of the Secure DRAM region. Change-Id: I306e9e443a84b834c99739f54a534a3ca3be2424 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'docs/plat')
-rw-r--r--docs/plat/rpi3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst
index 8ad11c836..fbf753b09 100644
--- a/docs/plat/rpi3.rst
+++ b/docs/plat/rpi3.rst
@@ -122,9 +122,9 @@ secure platform!
| Secure SRAM | BL2, BL31
0x10100000 +-----------------+
| Secure DRAM | BL32 (Secure payload)
- 0x10C00000 +-----------------+
- | Non-secure DRAM | BL33
0x11000000 +-----------------+
+ | Non-secure DRAM | BL33
+ +-----------------+
| |
| ... |
| |