aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>2018-07-11 23:32:59 +0800
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>2018-07-12 13:51:35 +0800
commit8ebf806fc5a33a1061c91f0af7dc5569836e955b (patch)
treec793c04055e27335d9af21bc7a47dff4a151a7b3 /docs
parent46e88703852958f9a212080724f2c6fdfb21fa1c (diff)
downloadplatform_external_arm-trusted-firmware-8ebf806fc5a33a1061c91f0af7dc5569836e955b.tar.gz
platform_external_arm-trusted-firmware-8ebf806fc5a33a1061c91f0af7dc5569836e955b.tar.bz2
platform_external_arm-trusted-firmware-8ebf806fc5a33a1061c91f0af7dc5569836e955b.zip
rpi3: enlarge SEC_DRAM0_SIZE for optee_test to pass
Running optee_test failed because SEC_DRAM0_SIZE is too small. Previous is 2 MB. We enlarge it to 11 MB for passing the test. Also we reduce the NS_DRAM0_SIZE from 13MB to 4MB so that the whole section is still fit in 16MB. This commit also modified the document to reflect the changes we've made in code. Tested-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/rpi3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst
index c8e2405cc..cb965c97f 100644
--- a/docs/plat/rpi3.rst
+++ b/docs/plat/rpi3.rst
@@ -123,7 +123,7 @@ secure platform!
| Secure SRAM | BL2, BL31
0x10100000 +-----------------+
| Secure DRAM | BL32 (Secure payload)
- 0x10300000 +-----------------+
+ 0x10C00000 +-----------------+
| Non-secure DRAM | BL33
0x11000000 +-----------------+
| |