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

2013-08-06 Thread Dave P Martin
On Tue, Aug 06, 2013 at 01:06:17AM +0100, Roy Franz wrote: > On Mon, Aug 5, 2013 at 8:33 AM, Leif Lindholm > wrote: > > On Mon, Aug 05, 2013 at 03:11:49PM +0100, Dave Martin wrote: > >> > diff --git a/arch/arm/boot/compressed/head.S > >> > b/arch/arm/boot/compressed/head.S > >> > index 75189f1..

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

2013-08-06 Thread Dave P Martin
On Mon, Aug 05, 2013 at 04:33:19PM +0100, Leif Lindholm wrote: > On Mon, Aug 05, 2013 at 03:11:49PM +0100, Dave Martin wrote: > > > diff --git a/arch/arm/boot/compressed/head.S > > > b/arch/arm/boot/compressed/head.S > > > index 75189f1..4c70b9e 100644 > > > --- a/arch/arm/boot/compressed/head.S >

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

2013-08-05 Thread Roy Franz
>> diff --git a/arch/arm/boot/compressed/head.S >> b/arch/arm/boot/compressed/head.S >> index 75189f1..4c70b9e 100644 >> --- a/arch/arm/boot/compressed/head.S >> +++ b/arch/arm/boot/compressed/head.S >> @@ -122,19 +122,106 @@ >> .arm@ Always enter in ARM s

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

2013-08-05 Thread Roy Franz
On Mon, Aug 5, 2013 at 8:33 AM, Leif Lindholm wrote: > On Mon, Aug 05, 2013 at 03:11:49PM +0100, Dave Martin wrote: >> > diff --git a/arch/arm/boot/compressed/head.S >> > b/arch/arm/boot/compressed/head.S >> > index 75189f1..4c70b9e 100644 >> > --- a/arch/arm/boot/compressed/head.S >> > +++ b/arc

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

2013-08-05 Thread Leif Lindholm
On Mon, Aug 05, 2013 at 03:11:49PM +0100, Dave Martin wrote: > > diff --git a/arch/arm/boot/compressed/head.S > > b/arch/arm/boot/compressed/head.S > > index 75189f1..4c70b9e 100644 > > --- a/arch/arm/boot/compressed/head.S > > +++ b/arch/arm/boot/compressed/head.S > > @@ -122,19 +122,106 @@ > >

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

2013-08-05 Thread Dave Martin
On Fri, Aug 02, 2013 at 02:29:07PM -0700, Roy Franz wrote: > This patch adds EFI stub support for the ARM Linux kernel. The EFI stub > operations 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 e

[PATCH 6/7] Add EFI stub for ARM

2013-08-02 Thread Roy Franz
This patch adds EFI stub support for the ARM Linux kernel. The EFI stub operations 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