Grub2 EFI: compatibility with wimboot

2018-06-05 Thread jame88fane
Hello, I wanted to ask if it would be possible to make the compatibility with wimboot in Grub2 EFI? currently only legacy works. http://ipxe.org/wimboot that would be really nice. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: [PATCH] mbi: use per segment a separate relocator chunk

2018-06-05 Thread Alexander Boettcher
On 15.05.2018 15:42, Daniel Kiper wrote: > On Mon, May 14, 2018 at 09:02:00PM +0200, Alexander Boettcher wrote: >>grub_relocator_chunk_t ch; >> - grub_uint32_t load_offset, load_size; >> + grub_uint32_t load_offset = 0, load_size; >>int i; >> - void *source; >> + void *source = NULL; >

[PATCH v2] mbi: use per segment a separate relocator chunk

2018-06-05 Thread Alexander Boettcher
-- Alexander Boettcher Genode Labs http://www.genode-labs.com - http://www.genode.org Genode Labs GmbH - Amtsgericht Dresden - HRB 28424 - Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth >From b7c351fe57a3c8aacba5bdc1b4c886eebcaea980 Mon Sep 17 00:00:00 2001 From: Alexand

[PATCH] multiboot2: clarify usage of the address tag

2018-06-05 Thread Roger Pau Monne
Add a note to spell out that if the address tag is not present the file should be loaded using the elf header. Signed-off-by: Roger Pau Monné --- Cc: Daniel Kiper Cc: xen-de...@lists.xenproject.org --- doc/multiboot.texi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/multiboot.te