include: pe.h: add some missing definitions
Add the missing IMAGE_FILE_MACHINE_ARM64 and IMAGE_DEBUG_TYPE_CODEVIEW definitions. We'll need them for the arm64 EFI stub... Signed-off-by: Mark Rutland <mark.rutland@arm.com> [ardb: add IMAGE_DEBUG_TYPE_CODEVIEW as well] Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:

committed by
Catalin Marinas

parent
65c2e69b3c
commit
6f5541ba0e
@@ -34,6 +34,7 @@
|
|||||||
#define IMAGE_FILE_MACHINE_AMD64 0x8664
|
#define IMAGE_FILE_MACHINE_AMD64 0x8664
|
||||||
#define IMAGE_FILE_MACHINE_ARM 0x01c0
|
#define IMAGE_FILE_MACHINE_ARM 0x01c0
|
||||||
#define IMAGE_FILE_MACHINE_ARMV7 0x01c4
|
#define IMAGE_FILE_MACHINE_ARMV7 0x01c4
|
||||||
|
#define IMAGE_FILE_MACHINE_ARM64 0xaa64
|
||||||
#define IMAGE_FILE_MACHINE_EBC 0x0ebc
|
#define IMAGE_FILE_MACHINE_EBC 0x0ebc
|
||||||
#define IMAGE_FILE_MACHINE_I386 0x014c
|
#define IMAGE_FILE_MACHINE_I386 0x014c
|
||||||
#define IMAGE_FILE_MACHINE_IA64 0x0200
|
#define IMAGE_FILE_MACHINE_IA64 0x0200
|
||||||
@@ -141,6 +142,8 @@
|
|||||||
#define IMAGE_SCN_MEM_READ 0x40000000 /* readable */
|
#define IMAGE_SCN_MEM_READ 0x40000000 /* readable */
|
||||||
#define IMAGE_SCN_MEM_WRITE 0x80000000 /* writeable */
|
#define IMAGE_SCN_MEM_WRITE 0x80000000 /* writeable */
|
||||||
|
|
||||||
|
#define IMAGE_DEBUG_TYPE_CODEVIEW 2
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
||||||
struct mz_hdr {
|
struct mz_hdr {
|
||||||
|
Reference in New Issue
Block a user