commit | a84c9745daed0cb54740a38802f804b23375351d | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Jul 26 14:34:05 2017 -0400 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 26 22:09:49 2017 +0200 |
tree | 3c6dd073d2705734c5708d9b2c326555613d3ae5 | |
parent | 5fb802a78aabf72960a454c8b825a4660e8c8cc3 [diff] |
efi_loader: fix bug in efi_get_memory_map 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>