]> git.sur5r.net Git - u-boot/commit
efi_loader: Respect DT reserved regions
authorAlexander Graf <agraf@suse.de>
Fri, 6 Apr 2018 07:40:51 +0000 (09:40 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 6 Apr 2018 07:40:53 +0000 (09:40 +0200)
commit806d2fa8e3c4ebaa1a2b1854ee4569ccc056d238
treecb0e0d7c89b80fc4524ea9e82772cd7516bb9198
parent61a5ced6ad9376a0755ea2a920667e3a9072990c
efi_loader: Respect DT reserved regions

With legacy boot (booti, bootz), people can declare memory regions as
reserved using device tree memory reservations. This feature is some
times used to indicate memory regions that should not be touched.

Since in a UEFI world, the DT memory reservations do not get honored,
let's copy them into the UEFI memory map so everyone has a coherent
view of the world and we give people the chance to add reservations
on demand.

Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c