Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: bcm283x: Reserve first page for firmware
The Raspberry Pi startup stub files for multi-core BCM27XX processors make the secondary CPUs spin until the corresponding mailbox is written. These stubs are loaded at physical address 0x00000xxx (as seen by the ARMs), but this page will be reused by the kernel unless it is explicitly reserved, causing the waiting cores to execute random code. Use the /memreserve/ Device Tree directive to mark the first page as off-limits to the kernel. See: raspberrypi/linux#1989 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
- Loading branch information