All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images
@ 2015-01-30 17:59 Daniel Kiper
  2015-01-30 17:59 ` [PATCH 1/5] multiboot2: Fix information request tag size calculation Daniel Kiper
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Daniel Kiper @ 2015-01-30 17:59 UTC (permalink / raw)
  To: xen-devel, grub-devel
  Cc: jgross, keir, ian.campbell, andrew.cooper3, stefano.stabellini,
	roy.franz, ning.sun, david.vrabel, jbeulich, phcoder, qiaowei.ren,
	richard.l.maliszewski, gang.wei, fu.wei

Hi,

This patch series enable EFI boot services usage
in loaded images by multiboot2 protocol.

Daniel

 grub-core/Makefile.core.def                  |    1 +
 grub-core/lib/i386/relocator.c               |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 grub-core/lib/i386/relocator64_efi.S         |   77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 grub-core/loader/i386/bsd.c                  |    6 +++---
 grub-core/loader/i386/coreboot/chainloader.c |    2 +-
 grub-core/loader/i386/linux.c                |    2 +-
 grub-core/loader/i386/pc/plan9.c             |    2 +-
 grub-core/loader/i386/xnu.c                  |    4 ++--
 grub-core/loader/multiboot.c                 |   29 ++++++++++++++++++++++-----
 grub-core/loader/multiboot_mbi2.c            |   57 ++++++++++++++++++++++++++++++++++++++++++----------
 include/grub/i386/multiboot.h                |   11 +++++++++++
 include/grub/i386/relocator.h                |   24 ++++++++++++++++++++--
 include/multiboot2.h                         |   25 +++++++++++++++++++++++
 13 files changed, 270 insertions(+), 29 deletions(-)

Daniel Kiper (5):
      multiboot2: Fix information request tag size calculation
      i386/relocator: Remove unused extern grub_relocator64_rip_addr
      i386/relocator: Remove unused avoid_efi_bootservices argument
      i386/relocator: Add grub_relocator64_efi relocator
      multiboot2: Add tags used to pass ImageHandle to loaded image



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

end of thread, other threads:[~2015-07-16 12:02 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 17:59 [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images Daniel Kiper
2015-01-30 17:59 ` [PATCH 1/5] multiboot2: Fix information request tag size calculation Daniel Kiper
2015-01-30 17:59 ` Daniel Kiper
2015-01-30 20:52   ` Ben Hildred
2015-01-30 20:52   ` Ben Hildred
2015-01-30 21:21     ` Lennart Sorensen
2015-01-31  1:33       ` Ben Hildred
2015-01-30 21:21     ` Lennart Sorensen
2015-02-14 16:27   ` Andrei Borzenkov
2015-02-14 16:27   ` Andrei Borzenkov
2015-01-30 17:59 ` [PATCH 2/5] i386/relocator: Remove unused extern grub_relocator64_rip_addr Daniel Kiper
2015-01-30 17:59 ` Daniel Kiper
2015-05-07 16:01   ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-05-07 16:01   ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-01-30 17:59 ` [PATCH 3/5] i386/relocator: Remove unused avoid_efi_bootservices argument Daniel Kiper
2015-01-30 17:59 ` Daniel Kiper
     [not found]   ` <554B8D05.4000004@gmail.com>
2015-05-29 20:58     ` Daniel Kiper
2015-05-30  5:25       ` Andrei Borzenkov
2015-07-15 17:50         ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-07-15 17:50         ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-07-16 12:02           ` Daniel Kiper
2015-07-16 12:02           ` Daniel Kiper
2015-05-30  5:25       ` Andrei Borzenkov
2015-05-29 20:58     ` Daniel Kiper
2015-01-30 17:59 ` [PATCH 4/5] i386/relocator: Add grub_relocator64_efi relocator Daniel Kiper
2015-01-30 17:59 ` [PATCH 5/5] multiboot2: Add tags used to pass ImageHandle to loaded image Daniel Kiper
2015-02-09 17:55 ` [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images Daniel Kiper
2015-02-09 17:55 ` Daniel Kiper
2015-05-11 16:26   ` Is: grub2-mkconfig detecting ELF files the multiboot2 header and using proper module. Was:Re: " Konrad Rzeszutek Wilk
2015-05-11 16:26   ` Konrad Rzeszutek Wilk
2015-05-11 16:38     ` Vladimir 'phcoder' Serbinenko
2015-05-11 18:56       ` Konrad Rzeszutek Wilk
2015-05-11 18:56       ` Konrad Rzeszutek Wilk
2015-05-12 14:54       ` [PATCH] Is: grub2-mkconfig detecting ELF files the multiboot2 header and using proper module. Was: Konrad Rzeszutek Wilk
2015-05-12 14:54         ` [PATCH] grub-mkconfig: Detect if Xen is multiboot2 and use appropiate module Konrad Rzeszutek Wilk
2015-05-11 16:38     ` Is: grub2-mkconfig detecting ELF files the multiboot2 header and using proper module. Was:Re: [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images Vladimir 'phcoder' Serbinenko

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.