]> git.baikalelectronics.ru Git - uboot.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)
commit5bdfbaed2e4f4b054c96d6c4962827f24aeff5b8
tree61bf66a5a94dbbdb8ed8b16d9aff3aee381ed728
parentb5b678de9ea8d4eda15980d02c7357aab3af5d34
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