grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] use central copy of grub_efi_find_mmap_size


From: Leif Lindholm
Subject: [PATCH 0/3] use central copy of grub_efi_find_mmap_size
Date: Fri, 13 Jul 2018 17:34:42 +0100

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(-)

-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]