All of lore.kernel.org
 help / color / mirror / Atom feed
* [GRUB2 PATCH v5 0/4] multiboot2: Add two extensions
@ 2016-03-18 17:00 Daniel Kiper
  2016-03-18 17:00   ` Daniel Kiper
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Daniel Kiper @ 2016-03-18 17:00 UTC (permalink / raw)
  To: xen-devel, grub-devel
  Cc: jgross, eric.snowberg, arvidjaar, andrew.cooper3,
	stefano.stabellini, cardoe, pgnet.dev, roy.franz, ning.sun,
	david.vrabel, jbeulich, phcoder, qiaowei.ren,
	richard.l.maliszewski, gang.wei, fu.wei, seth.goldberg

Hi,

This patch series:
  - enables EFI boot services usage in loaded images
    by multiboot2 protocol,
  - add support for multiboot2 protocol compatible
    relocatable images.

Daniel

 grub-core/Makefile.core.def           |    1 +
 grub-core/lib/i386/relocator64.S      |   11 ++++
 grub-core/lib/x86_64/efi/relocator.c  |   76 ++++++++++++++++++++++++
 grub-core/loader/i386/multiboot_mbi.c |   13 ++++-
 grub-core/loader/multiboot.c          |   62 ++++++++++++++++----
 grub-core/loader/multiboot_elfxx.c    |  133 +++++++++++++++++++++++++-----------------
 grub-core/loader/multiboot_mbi2.c     |  248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 include/grub/i386/multiboot.h         |   11 ++++
 include/grub/i386/relocator.h         |   21 +++++++
 include/grub/multiboot.h              |   22 ++++++-
 include/multiboot2.h                  |   41 +++++++++++++
 11 files changed, 503 insertions(+), 136 deletions(-)

Daniel Kiper (4):
      i386/relocator: Add grub_relocator64_efi relocator
      multiboot2: Add tags used to pass ImageHandle to loaded image
      multiboot2: Do not pass memory maps to image if EFI boot services are enabled
      multiboot2: Add support for relocatable images



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

end of thread, other threads:[~2016-03-25 20:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-18 17:00 [GRUB2 PATCH v5 0/4] multiboot2: Add two extensions Daniel Kiper
2016-03-18 17:00 ` [GRUB2 PATCH v5 1/4] i386/relocator: Add grub_relocator64_efi relocator Daniel Kiper
2016-03-18 17:00   ` Daniel Kiper
2016-03-25 16:28   ` Konrad Rzeszutek Wilk
2016-03-25 16:28   ` Konrad Rzeszutek Wilk
2016-03-25 20:43     ` Daniel Kiper
2016-03-25 20:43     ` Daniel Kiper
2016-03-18 17:00 ` [GRUB2 PATCH v5 2/4] multiboot2: Add tags used to pass ImageHandle to loaded image Daniel Kiper
2016-03-18 17:00 ` Daniel Kiper
2016-03-18 17:00 ` [GRUB2 PATCH v5 3/4 - FOR REVIEW ONLY] multiboot2: Do not pass memory maps to image if EFI boot services are enabled Daniel Kiper
2016-03-18 17:00 ` Daniel Kiper
2016-03-18 17:00 ` [GRUB2 PATCH v5 3/4 - FOR COMMIT] " Daniel Kiper
2016-03-18 17:00 ` Daniel Kiper
2016-03-18 17:00 ` [GRUB2 PATCH v5 4/4] multiboot2: Add support for relocatable images Daniel Kiper
2016-03-18 17:00 ` Daniel Kiper
2016-03-25 16:54   ` Konrad Rzeszutek Wilk
2016-03-25 16:54   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.