Re: [PATCH V4 00/17] ARM EFI stub common code

2013-09-20 Thread H. Peter Anvin
A general note: In multiline comments like: /* Relocate a kernel image, either compressed or uncompressed. * In the ARM64 case, all kernel images are currently * uncompressed, and as such when we relocate it we need to * allocate additional space for the BSS segment. Any low * memory that thi

Re: [PATCH V4 00/17] ARM EFI stub common code

2013-09-18 Thread Matt Fleming
On Mon, 16 Sep, at 09:11:16PM, Roy Franz wrote: > This patch is the common/x86 portion of the ARM EFI stub > patchset broken out. These changes support the addition > of EFI stub support for the ARM and ARM64 architectures. > The common code that is now shared in efi-stub-helper.c > is based on co

[PATCH V4 00/17] ARM EFI stub common code

2013-09-16 Thread Roy Franz
This patch is the common/x86 portion of the ARM EFI stub patchset broken out. These changes support the addition of EFI stub support for the ARM and ARM64 architectures. The common code that is now shared in efi-stub-helper.c is based on code in the x86 stub that has been generalized to support ot