Skip to content

Commit

Permalink
arm64: dts: Reserve the memory used for secondary CPU release address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Catalin Marinas committed Nov 25, 2013
1 parent 6468178 commit df503ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/foundation-v8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/dts-v1/;

/memreserve/ 0x80000000 0x00010000;

/ {
model = "Foundation-v8A";
compatible = "arm,foundation-aarch64", "arm,vexpress";
Expand Down

0 comments on commit df503ba

Please sign in to comment.