summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2013-11-14 15:15:37 (GMT)
committerJiri Slaby <jslaby@suse.cz>2014-03-31 12:22:22 (GMT)
commit8c992df26ee88eb93c39c1ce187c9003a997001e (patch)
treed04737179c3817a319659eae0c014013599c011a /arch/arm64
parent9dd6503025b97a699c92da785eff35d66eb7358a (diff)
downloadlinux-fsl-qoriq-8c992df26ee88eb93c39c1ce187c9003a997001e.tar.xz
arm64: dts: Reserve the memory used for secondary CPU release address
commit df503ba7f653c590b475ab80bde788edf5af70d5 upstream. With the spin-table SMP booting method, secondary CPUs poll a location passed in the DT. The foundation-v8.dts file doesn't have this memory reserved and there is a risk of Linux using it before secondary CPUs are started. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/foundation-v8.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/foundation-v8.dts b/arch/arm64/boot/dts/foundation-v8.dts
index 84fcc50..519c4b2 100644
--- a/arch/arm64/boot/dts/foundation-v8.dts
+++ b/arch/arm64/boot/dts/foundation-v8.dts
@@ -6,6 +6,8 @@
/dts-v1/;
+/memreserve/ 0x80000000 0x00010000;
+
/ {
model = "Foundation-v8A";
compatible = "arm,foundation-aarch64", "arm,vexpress";