xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] multiboot2: Add two extensions and fix some issues
@ 2015-07-20 14:35 Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2015-07-20 14:35 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, wei.liu2,
	qiaowei.ren, richard.l.maliszewski, gang.wei, fu.wei

Hi,

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

Daniel

 .gitignore                            |    3 ++
 grub-core/Makefile.core.def           |    1 +
 grub-core/lib/i386/relocator.c        |   53 +++++++++++++++++++++
 grub-core/lib/i386/relocator64_efi.S  |   77 ++++++++++++++++++++++++++++++
 grub-core/lib/relocator.c             |    2 +-
 grub-core/loader/i386/multiboot_mbi.c |    6 ++-
 grub-core/loader/multiboot.c          |   41 +++++++++++++---
 grub-core/loader/multiboot_elfxx.c    |   28 ++++++++---
 grub-core/loader/multiboot_mbi2.c     |  199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 include/grub/i386/multiboot.h         |   11 +++++
 include/grub/i386/relocator.h         |   21 +++++++++
 include/grub/multiboot.h              |    4 +-
 include/multiboot2.h                  |   49 +++++++++++++++++++
 13 files changed, 423 insertions(+), 72 deletions(-)

Daniel Kiper (6):
      gitignore: Ignore *.orig, *.rej and *.swp files
      relocator: Do not use memory region if its starta is smaller than size
      i386/relocator: Add grub_relocator64_efi relocator
      multiboot2: Add tags used to pass ImageHandle to loaded image
      multiboot2: Add support for relocatable images
      multiboot2: Do not pass memory maps to image if EFI boot services are enabled

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

* Re: [PATCH v2 0/6] multiboot2: Add two extensions and fix some issues
       [not found] <1437402954-7375-1-git-send-email-daniel.kiper@oracle.com>
@ 2015-08-24 17:11 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2015-08-24 17:11 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, wei.liu2,
	qiaowei.ren, richard.l.maliszewski, gang.wei, fu.wei

Guys, especially GRUB2 maintainers,

On Mon, Jul 20, 2015 at 04:35:48PM +0200, Daniel Kiper wrote:
> Hi,
>
> This patch series:
>   - enables EFI boot services usage in loaded images
>     by multiboot2 protocol,
>   - add support for multiboot2 protocol compatible
>     relocatable images,
>   - fixes two minor issues.

Is it possible to get your comments to this patch series
(I would like to thank you Andrei and Konrad for review)?
We need this functionality as Xen community and as Oracle.
Hence, it will be nice to know that we go in good direction.
So, if you think that we should change something please
drop me a line.

I know that you are busy but please, at least, tell us when
you take a look at it.

Daniel

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

end of thread, other threads:[~2015-08-24 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20 14:35 [PATCH v2 0/6] multiboot2: Add two extensions and fix some issues Daniel Kiper
     [not found] <1437402954-7375-1-git-send-email-daniel.kiper@oracle.com>
2015-08-24 17:11 ` 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).