summaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv2-psci.dts
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2014-05-16 15:33:15 +0100
committerJuan Castillo <juan.castillo@arm.com>2014-05-22 17:27:28 +0100
commit364daf93208b7344b9618922004997f341ff1ca3 (patch)
treedaa53d30dcb80ce6f3161154a18545bbabc1e722 /fdts/fvp-base-gicv2-psci.dts
parentdbad1bacba0a7adfd3c7c559f0fd0805087aeddd (diff)
Reserve some DDR DRAM for secure use on FVP platforms
TZC-400 is configured to set the last 16MB of DRAM1 as secure memory and the rest of DRAM as non-secure. Non-secure software must not attempt to access the 16MB secure area. Device tree files (sources and binaries) have been updated to match this configuration, removing that memory from the Linux physical memory map. To use UEFI and Linux with this patch, the latest version of UEFI and the updated device tree files are required. Check the user guide in the documentation for more details. Replaced magic numbers with #define for memory region definition in the platform security initialization function. Fixes ARM-software/tf-issues#149 Change-Id: Ia5d070244aae6c5288ea0e6c8e89d92859522bfe
Diffstat (limited to 'fdts/fvp-base-gicv2-psci.dts')
-rw-r--r--fdts/fvp-base-gicv2-psci.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdts/fvp-base-gicv2-psci.dts b/fdts/fvp-base-gicv2-psci.dts
index 7d089227..2b2c2b09 100644
--- a/fdts/fvp-base-gicv2-psci.dts
+++ b/fdts/fvp-base-gicv2-psci.dts
@@ -115,7 +115,7 @@
memory@80000000 {
device_type = "memory";
- reg = <0x00000000 0x80000000 0 0x80000000>,
+ reg = <0x00000000 0x80000000 0 0x7F000000>,
<0x00000008 0x80000000 0 0x80000000>;
};