commit | de2a13b2829a4b98255a7fa385f1efd6c5ca4476 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 30 16:38:29 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:18:06 2016 -0400 |
tree | 4c2477eb5055977ad845cafc4836c1e39ec50249 | |
parent | ea81769d9ffe4697bb4223414c51f3ac2b4f5814 [diff] |
efi_loader: Always allocate the highest available address Some EFI applications (grub2) expect that an allocation always returns the highest available memory address for the given size. Without this, we may run into situations where the initrd gets allocated at a lower address than the kernel. This patch fixes booting in such situations for me. Signed-off-by: Alexander Graf <agraf@suse.de>