Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-15 Thread Leif Lindholm
On Tue, Jan 14, 2014 at 06:16:58PM -0800, Roy Franz wrote: > >>> + .align 3 > >>> +pe_header: > >>> + .ascii "PE" > >>> + .short 0 > >>> + > >>> +coff_header: > >>> + .short 0x01c2 @ ARM or Thumb > >> > >> Could you explain why you are using 0x1c2

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-15 Thread Ard Biesheuvel
On 15 January 2014 03:16, Roy Franz wrote: > On Tue, Jan 14, 2014 at 5:47 PM, Roy Franz wrote: >> On Tue, Jan 14, 2014 at 1:05 AM, Ard Biesheuvel >> wrote: >>> On 10 January 2014 17:30, Roy Franz wrote: This patch adds EFI stub support for the ARM Linux kernel. The EFI stub operates

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-14 Thread Roy Franz
On Tue, Jan 14, 2014 at 5:47 PM, Roy Franz wrote: > On Tue, Jan 14, 2014 at 1:05 AM, Ard Biesheuvel > wrote: >> On 10 January 2014 17:30, Roy Franz wrote: >>> This patch adds EFI stub support for the ARM Linux kernel. The EFI stub >>> operates similarly to the x86 stub: it is a shim between the

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-14 Thread Roy Franz
On Tue, Jan 14, 2014 at 1:05 AM, Ard Biesheuvel wrote: > On 10 January 2014 17:30, Roy Franz wrote: >> This patch adds EFI stub support for the ARM Linux kernel. The EFI stub >> operates similarly to the x86 stub: it is a shim between the EFI firmware >> and the normal zImage entry point, and se

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-14 Thread Roy Franz
On Tue, Jan 14, 2014 at 11:29 AM, Rob Herring wrote: > On Fri, Jan 10, 2014 at 10:30 AM, Roy Franz wrote: >> This patch adds EFI stub support for the ARM Linux kernel. The EFI stub >> operates similarly to the x86 stub: it is a shim between the EFI firmware >> and the normal zImage entry point,

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-14 Thread Rob Herring
On Fri, Jan 10, 2014 at 10:30 AM, Roy Franz wrote: > This patch adds EFI stub support for the ARM Linux kernel. The EFI stub > operates similarly to the x86 stub: it is a shim between the EFI firmware > and the normal zImage entry point, and sets up the environment that the > zImage is expecting.

Re: [PATCH V6 6/8] Add EFI stub for ARM

2014-01-14 Thread Ard Biesheuvel
On 10 January 2014 17:30, Roy Franz wrote: > This patch adds EFI stub support for the ARM Linux kernel. The EFI stub > operates similarly to the x86 stub: it is a shim between the EFI firmware > and the normal zImage entry point, and sets up the environment that the > zImage is expecting. This i

[PATCH V6 6/8] Add EFI stub for ARM

2014-01-10 Thread Roy Franz
This patch adds EFI stub support for the ARM Linux kernel. The EFI stub operates similarly to the x86 stub: it is a shim between the EFI firmware and the normal zImage entry point, and sets up the environment that the zImage is expecting. This includes loading the initrd (optionaly) and device tr