commit | 1bcf7a30d81b0f770cb217dedef8e4034da9d87d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Nov 02 10:36:20 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 28 20:15:20 2016 -0500 |
tree | 0cb7aaa726b95c6c84ab886792d7832ba8a0c5b0 | |
parent | 8b82dd9adde852dd506af39dc74ddc59f5295cb7 [diff] |
bcm2835: Reserve the spin table in efi memory map Firmware provides a spin table on the raspberry pi. This table shouldn't get overwritten by payloads, so we need to mark it as reserved. Signed-off-by: Alexander Graf <agraf@suse.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org>