]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Set correct lmb flags for EFI memory map entries
authorSjoerd Simons <sjoerd@collabora.com>
Thu, 19 Jan 2023 08:38:18 +0000 (09:38 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 17:07:18 +0000 (12:07 -0500)
commitc5279ea1c300d52a5cb4b47881f21cf08caec790
tree4643c371b11cbd25fbaf04d826a8dd5d95e4a765
parent007ae5d108a37564905ea1588cb279f3a522cc3d
lmb: Set correct lmb flags for EFI memory map entries

When adding reserved memory areas from the EFI memory map set the NOMAP
flag when applicable. When this isn't done adding "no-map" flagged entries
from the fdt after receiving the same from the EFI memory map fails due
to non-matching flags.

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
lib/lmb.c