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

2014-01-14 Thread Roy Franz
On Mon, Jan 13, 2014 at 7:07 AM, Matt Fleming wrote: > On Fri, 10 Jan, at 08:30:09AM, Roy Franz wrote: >> This patch series adds EFI stub support for the ARM architecture. The >> stub for ARM is implemented in a similar manner to x86 in that it is a >> shim layer between EFI and the normal

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

2014-01-14 Thread Roy Franz
On Mon, Jan 13, 2014 at 7:07 AM, Matt Fleming m...@console-pimps.org wrote: On Fri, 10 Jan, at 08:30:09AM, Roy Franz wrote: This patch series adds EFI stub support for the ARM architecture. The stub for ARM is implemented in a similar manner to x86 in that it is a shim layer between EFI and

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

2014-01-13 Thread Matt Fleming
On Fri, 10 Jan, at 08:30:09AM, Roy Franz wrote: > This patch series adds EFI stub support for the ARM architecture. The > stub for ARM is implemented in a similar manner to x86 in that it is a > shim layer between EFI and the normal zImage/bzImage boot process, and > that an image with the

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

2014-01-13 Thread Matt Fleming
On Fri, 10 Jan, at 08:30:09AM, Roy Franz wrote: This patch series adds EFI stub support for the ARM architecture. The stub for ARM is implemented in a similar manner to x86 in that it is a shim layer between EFI and the normal zImage/bzImage boot process, and that an image with the stub

[PATCH V6 0/8] Add ARM EFI stub

2014-01-10 Thread Roy Franz
This patch series adds EFI stub support for the ARM architecture. The stub for ARM is implemented in a similar manner to x86 in that it is a shim layer between EFI and the normal zImage/bzImage boot process, and that an image with the stub configured is bootable as both a zImage and EFI

[PATCH V6 0/8] Add ARM EFI stub

2014-01-10 Thread Roy Franz
This patch series adds EFI stub support for the ARM architecture. The stub for ARM is implemented in a similar manner to x86 in that it is a shim layer between EFI and the normal zImage/bzImage boot process, and that an image with the stub configured is bootable as both a zImage and EFI