Re: [PATCH 4/6] arm64: add EFI stub

2014-01-22 Thread Catalin Marinas
On Fri, Jan 10, 2014 at 10:29:08PM +, Mark Salter wrote: > +ENTRY(efi_stub_entry) > + stp x29, x30, [sp, #-32]! > + > + /* > +* Call efi_entry to do the real work. > +* x0 and x1 are already set up by firmware. Current runtime > +* address of image is cal

Re: [PATCH 4/6] arm64: add EFI stub

2014-01-14 Thread Roy Franz
On Tue, Jan 14, 2014 at 6:44 AM, Mark Salter wrote: > On Mon, 2014-01-13 at 19:49 +0100, Arnd Bergmann wrote: >> On Friday 10 January 2014, Mark Salter wrote: >> > This patch adds PE/COFF header fields to the start of the Image >> > so that it appears as an EFI application to EFI firmware. An EFI

Re: [PATCH 4/6] arm64: add EFI stub

2014-01-14 Thread Mark Salter
On Mon, 2014-01-13 at 19:49 +0100, Arnd Bergmann wrote: > On Friday 10 January 2014, Mark Salter wrote: > > This patch adds PE/COFF header fields to the start of the Image > > so that it appears as an EFI application to EFI firmware. An EFI > > stub is included to allow direct booting of the kernel

Re: [PATCH 4/6] arm64: add EFI stub

2014-01-13 Thread Arnd Bergmann
On Friday 10 January 2014, Mark Salter wrote: > This patch adds PE/COFF header fields to the start of the Image > so that it appears as an EFI application to EFI firmware. An EFI > stub is included to allow direct booting of the kernel Image. Due > to EFI firmware limitations, only little endian ke