Select Git revision
efi_memory.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Rob Clark authored
When booting shim -> fallback -> shim -> grub -> linux the memory map is a bit larger than the size linux passes in on the first call. But in the EFI_BUFFER_TOO_SMALL case we were not passing back the updated size to linux so it would loop forever. Signed-off-by:
Rob Clark <robdclark@gmail.com> Signed-off-by:
Alexander Graf <agraf@suse.de>
Rob Clark authoredWhen booting shim -> fallback -> shim -> grub -> linux the memory map is a bit larger than the size linux passes in on the first call. But in the EFI_BUFFER_TOO_SMALL case we were not passing back the updated size to linux so it would loop forever. Signed-off-by:
Rob Clark <robdclark@gmail.com> Signed-off-by:
Alexander Graf <agraf@suse.de>