1
0
Fork 0
remarkable-uboot/lib/efi_loader
Alexander Graf 38ce65e1fe 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>
2016-04-01 17:18:06 -04:00
..
Kconfig efi_loader: hook up in build environment 2016-03-15 21:30:11 -04:00
Makefile efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_boottime.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_console.c efi_loader: Add console interface 2016-03-15 18:03:09 -04:00
efi_disk.c efi_loader: Pass proper device path in on boot 2016-03-15 21:30:14 -04:00
efi_gop.c efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_image_loader.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_memory.c efi_loader: Always allocate the highest available address 2016-04-01 17:18:06 -04:00
efi_runtime.c efi_loader: Add runtime services 2016-03-15 18:03:10 -04:00