Re: [PATCH 08/18] Generalize relocate_kernel() for use by other architectures.

2013-09-25 Thread Matt Fleming
On Sun, 22 Sep, at 03:45:32PM, Roy Franz wrote: > Rename relocate_kernel() to efi_relocate_kernel(), and take > parameters rather than x86 specific structure. Add max_addr > argument as for ARM we have some address constraints that we > need to enforce when relocating the kernel. Add alloc_size >

[PATCH 08/18] Generalize relocate_kernel() for use by other architectures.

2013-09-22 Thread Roy Franz
Rename relocate_kernel() to efi_relocate_kernel(), and take parameters rather than x86 specific structure. Add max_addr argument as for ARM we have some address constraints that we need to enforce when relocating the kernel. Add alloc_size parameter for use by ARM64 which uses an uncompressed ker