[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [GRUB2 PATCH v3 0/4] multiboot2: Add two extensions
Hi, This patch series: - enables EFI boot services usage in loaded images by multiboot2 protocol, - add support for multiboot2 protocol compatible relocatable images. Earlier versions of this patch series are extensively tested and used internally at least in Oracle. It should be mentioned that this release does not change any functionality introduced by earlier releases. It just takes into account comments posted by various people. Hmmm... Ugh... Cough... Is it possible to get this stuff into 2.02 train? Daniel grub-core/lib/i386/relocator.c | 48 +++++++++++++++++++ grub-core/lib/i386/relocator64.S | 3 ++ grub-core/loader/i386/multiboot_mbi.c | 6 ++- grub-core/loader/multiboot.c | 63 ++++++++++++++++++++---- grub-core/loader/multiboot_elfxx.c | 28 ++++++++--- grub-core/loader/multiboot_mbi2.c | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------- include/grub/i386/multiboot.h | 11 +++++ include/grub/i386/relocator.h | 21 ++++++++ include/grub/multiboot.h | 4 +- include/multiboot2.h | 41 ++++++++++++++++ 10 files changed, 357 insertions(+), 73 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |