commit | a352ea3e197b3aa74deb51728b050cd4a0c6105a | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Fri Oct 10 18:42:55 2014 +0200 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Nov 05 09:03:09 2014 +0100 |
tree | 6515e8871f2366e95bc76dc7cc18f6cf3d044fd1 | |
parent | ea6bc80d1819f307d98c6562c8ebb2c6c1297d47 [diff] |
arm64/efi: set PE/COFF file alignment to 512 bytes 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>