grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GRUB2 PATCH v6 0/4] multiboot2: Add two extensions


From: Daniel Kiper
Subject: [GRUB2 PATCH v6 0/4] multiboot2: Add two extensions
Date: Wed, 30 Mar 2016 17:06:15 +0200

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  |   80 +++++++++++++++++++++++++
 grub-core/loader/i386/multiboot_mbi.c |   13 +++-
 grub-core/loader/multiboot.c          |   62 +++++++++++++++----
 grub-core/loader/multiboot_elfxx.c    |  131 
+++++++++++++++++++++++++---------------
 grub-core/loader/multiboot_mbi2.c     |  256 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 include/grub/i386/multiboot.h         |   11 ++++
 include/grub/i386/relocator.h         |   21 +++++++
 include/grub/multiboot.h              |   22 ++++++-
 include/multiboot2.h                  |   41 +++++++++++++
 11 files changed, 517 insertions(+), 132 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]