arm64/efi: set PE/COFF file alignment to 512 bytes
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 10 Oct 2014 16:42:55 +0000 (18:42 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Nov 2014 08:03:09 +0000 (09:03 +0100)
Change our PE/COFF header to use the minimum file alignment of
512 bytes (0x200), as mandated by the PE/COFF spec v8.3

Also update the linker script so that the Image file itself is also a
round multiple of FileAlignment.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Roy Franz <roy.franz@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

No differences found