Leif Lindholm
2018-07-13 16:34:42 UTC
There were multiple local implementations of functions to determine the
size of buffer required to hold a UEFI memory map. Drop these and switch to
grub_efi_find_mmap_size() in kern/efi/mm.c.
I'm not going to lie. I no longer have an ia64 cross-toolchain, so that one
is not even compile tested.
Leif Lindholm (3):
loader/i386/linux: use central copy of grub_efi_find_mmap_size
loader/ia64/linux: use central copy of grub_efi_find_mmap_size
loader/multiboot_mbi2: use central copy of grub_efi_find_mmap_size
grub-core/loader/i386/linux.c | 51 +--------------------------------------
grub-core/loader/ia64/efi/linux.c | 46 ++---------------------------------
grub-core/loader/multiboot_mbi2.c | 38 +----------------------------
3 files changed, 4 insertions(+), 131 deletions(-)
size of buffer required to hold a UEFI memory map. Drop these and switch to
grub_efi_find_mmap_size() in kern/efi/mm.c.
I'm not going to lie. I no longer have an ia64 cross-toolchain, so that one
is not even compile tested.
Leif Lindholm (3):
loader/i386/linux: use central copy of grub_efi_find_mmap_size
loader/ia64/linux: use central copy of grub_efi_find_mmap_size
loader/multiboot_mbi2: use central copy of grub_efi_find_mmap_size
grub-core/loader/i386/linux.c | 51 +--------------------------------------
grub-core/loader/ia64/efi/linux.c | 46 ++---------------------------------
grub-core/loader/multiboot_mbi2.c | 38 +----------------------------
3 files changed, 4 insertions(+), 131 deletions(-)
--
2.11.0
2.11.0