]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: carving out memory reservations
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Nov 2018 17:55:23 +0000 (18:55 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit23fd84b3eccb1af51699d49368e257a5b0a78593
tree61bf66a5a94dbbdb8ed8b16d9aff3aee381ed728
parent4574d1b3d1b1aca761ad48cf67db44f3b97c4d1b
efi_loader: carving out memory reservations

The "Devicetree Specification 0.2" does not prescribe that memory
reservations must be EFI page aligned. So let's not make such an
assumption in our code.

Do not carve out the pages for the device tree. This memory area is
already marked as EFI_RUNTIME_SERVICES_DATA.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c