Browse Source

arm64: dts: Reserve the memory used for secondary CPU release address

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>
Catalin Marinas 11 years ago
parent
commit
df503ba7f6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm64/boot/dts/foundation-v8.dts

+ 2 - 0
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";