commit | 9b591025e3698fca1cb1df865867c5d9990a4b2b | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 11 23:51:02 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:40 2016 -0400 |
tree | e8a74ed184d08f71241f386f7acefe37f50f3408 | |
parent | fdbae01adc6b983a965bdc5e1e6b539fe7c4109d [diff] |
efi_loader: Expose ascending efi memory map The EFI memory map does not need to be in a strict order, but 32bit grub2 does expect it to be ascending. If it's not, it may try to allocate memory inside the U-Boot data memory region. We already sort the memory map in descending order, so let's just reverse it when we pass it to a payload. Signed-off-by: Alexander Graf <agraf@suse.de> Tested-by: Andreas Färber <afaerber@suse.de>