summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-29 12:35:51 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-29 20:22:40 +0100
commit18dd984c56b339be74e390df80fd3dc21b7a9b58 (patch)
tree94d44ddf983d8b5b9cdeeae6df5c9d7cff1142ab /include/asm-generic
parent850d27b4b9d4cc3244ff4331b90b0376a7e9691e (diff)
efi_loader: add Linux magic to aarch64 crt0
Add the Linux magic to the EFI file header to allow running our test programs with GRUB's linux command. Now we can dump the fixed-up device tree with our dtbdump.efi tool. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/pe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/pe.h b/include/asm-generic/pe.h
index b247519a3d..a1df747134 100644
--- a/include/asm-generic/pe.h
+++ b/include/asm-generic/pe.h
@@ -51,4 +51,6 @@
#define IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER 12
#define IMAGE_SUBSYSTEM_EFI_ROM 13
+#define LINUX_ARM64_MAGIC 0x644d5241
+
#endif /* _ASM_PE_H */