Skip to content

Commit df503ba

Browse files
committed
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 <[email protected]>
1 parent 6468178 commit df503ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/foundation-v8.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
/dts-v1/;
88

9+
/memreserve/ 0x80000000 0x00010000;
10+
911
/ {
1012
model = "Foundation-v8A";
1113
compatible = "arm,foundation-aarch64", "arm,vexpress";

0 commit comments

Comments
 (0)