Re: [PATCH v2 09/23] efi: create efi_enabled()

2015-08-22 Thread Daniel Kiper
On Thu, Aug 20, 2015 at 09:18:17AM -0600, Jan Beulich wrote: > >>> On 20.07.15 at 16:29, wrote: > > --- a/xen/arch/x86/efi/stub.c > > +++ b/xen/arch/x86/efi/stub.c > > @@ -4,9 +4,14 @@ > > #include > > #include > > > > -#ifndef efi_enabled > > -const bool_t efi_enabled = 0; > > -#endif > > +st

Re: [PATCH v2 10/23] efi: build xen.gz with EFI code

2015-08-22 Thread Daniel Kiper
On Thu, Aug 20, 2015 at 09:39:39AM -0600, Jan Beulich wrote: > >>> On 20.07.15 at 16:29, wrote: > > Build xen.gz with EFI code. We need this to support multiboot2 > > protocol on EFI platforms. > > > > If we wish to load not ELF file using multiboot (v1) or multiboot2 then > > DYM "a non-ELF file"

Re: [PATCH] Ensure that MIPS target code is compiled for the O32 ABI.

2015-08-22 Thread Mark H Weaver
Andrei Borzenkov writes: > 19.08.2015 21:35, Mark H Weaver пишет: >> Include -mabi=32 in CFLAGS_PLATFORM and CCASFLAGS_PLATFORM to compile >> code for the O32 ABI when targetting MIPS, since the MIPS assembly code >> in GRUB assumes this. This flag is also needed when compiling >> asm-tests/mips