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
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* Re: [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images
  2015-01-30 17:59 Daniel Kiper
@ 2015-02-09 17:55 ` Daniel Kiper
  2015-02-09 17:55 ` Daniel Kiper
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Kiper @ 2015-02-09 17:55 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 all,

On Fri, Jan 30, 2015 at 06:59:23PM +0100, Daniel Kiper wrote:
> Hi,
>
> This patch series enable EFI boot services usage
> in loaded images by multiboot2 protocol.

Guys, do you have any comments on this patch series?
Should I fix something? Could you apply them to GRUB2 tree?

Daniel

PS Please CC all interested parties. I suppose that there are
   some people here who are not subscribed to grub-devel list.

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

* Re: [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images
  2015-01-30 17:59 Daniel Kiper
  2015-02-09 17:55 ` Daniel Kiper
@ 2015-02-09 17:55 ` Daniel Kiper
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Kiper @ 2015-02-09 17:55 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 all,

On Fri, Jan 30, 2015 at 06:59:23PM +0100, Daniel Kiper wrote:
> Hi,
>
> This patch series enable EFI boot services usage
> in loaded images by multiboot2 protocol.

Guys, do you have any comments on this patch series?
Should I fix something? Could you apply them to GRUB2 tree?

Daniel

PS Please CC all interested parties. I suppose that there are
   some people here who are not subscribed to grub-devel list.


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

* [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images
@ 2015-01-30 17:59 Daniel Kiper
  2015-02-09 17:55 ` Daniel Kiper
  2015-02-09 17:55 ` Daniel Kiper
  0 siblings, 2 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2015-02-09 17:55 UTC | newest]

Thread overview: 4+ 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 Daniel Kiper
2015-02-09 17:55 ` Daniel Kiper
2015-02-09 17:55 ` Daniel Kiper

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.