grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] use central copy of grub_efi_find_mmap_size
@ 2018-07-13 16:34 Leif Lindholm
  2018-07-13 16:34 ` [PATCH 1/3] loader/i386/linux: " Leif Lindholm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leif Lindholm @ 2018-07-13 16:34 UTC (permalink / raw)
  To: grub-devel; +Cc: Daniel Kiper

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-06 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 16:34 [PATCH 0/3] use central copy of grub_efi_find_mmap_size Leif Lindholm
2018-07-13 16:34 ` [PATCH 1/3] loader/i386/linux: " Leif Lindholm
2018-07-13 16:34 ` [PATCH 2/3] loader/ia64/linux: " Leif Lindholm
2018-07-13 16:34 ` [PATCH 3/3] loader/multiboot_mbi2: " Leif Lindholm
2018-09-06 13:46 ` [PATCH 0/3] " Daniel Kiper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).