Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpi_1246_ab683001cb3ae4a7775e2b44f56c9207d3d672ff
commit ab68300 Author: Phil Elwell <phil@raspberrypi.org> Date: Mon May 8 16:30:18 2017 +0100 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> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1246_ab683001cb3ae4a7775e2b44f56c9207d3d672ff.patch
- Loading branch information