From: Roy Franz Date: Wed, 14 Aug 2013 23:10:00 +0000 (+0100) Subject: arm64: Expand arm64 image header X-Git-Tag: v3.12-rc1~121^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4370eec05a887b0cd4392cd5dc5b2713174745c0;p=pandora-kernel.git arm64: Expand arm64 image header Expand the arm64 image header to allow for co-existance with PE/COFF header required by the EFI stub. The PE/COFF format requires the "MZ" header to be at offset 0, and the offset to the PE/COFF header to be at offset 0x3c. The image header is expanded to allow 2 instructions at the beginning to accommodate a benign intruction at offset 0 that includes the "MZ" header, a magic number, and the offset to the PE/COFF header. Signed-off-by: Roy Franz Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed