arm64/efi: set PE/COFF section alignment to 4 KB
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 10 Oct 2014 09:25:24 +0000 (11:25 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Nov 2014 08:03:05 +0000 (09:03 +0100)
commitea6bc80d1819f307d98c6562c8ebb2c6c1297d47
tree49f0983836e51ae3cc07ace02011e3766659ffae
parent95b395963fed02cca8849137b375528a5fc94e35
arm64/efi: set PE/COFF section alignment to 4 KB

Position independent AArch64 code needs to be linked and loaded at the
same relative offset from a 4 KB boundary, or adrp/add and adrp/ldr
pairs will not work correctly. (This is how PC relative symbol
references with a 4 GB reach are emitted)

We need to declare this in the PE/COFF header, otherwise the PE/COFF
loader may load the Image and invoke the stub at an offset which
violates this rule.

Reviewed-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
arch/arm64/kernel/head.S