浏览代码

Add PE machine type definitions for the LoongArch

See https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#machine-types

Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Xiaotian Wu 2 年之前
父节点
当前提交
1ba13fdfd0
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      inc/efiapi.h

+ 8 - 0
inc/efiapi.h

@@ -354,6 +354,14 @@ EFI_STATUS
 #define EFI_IMAGE_MACHINE_RISCV128  0x5128
 #endif
 
+#if !defined(EFI_IMAGE_MACHINE_LOONGARCH32)
+#define EFI_IMAGE_MACHINE_LOONGARCH32   0x6232
+#endif
+
+#if !defined(EFI_IMAGE_MACHINE_LOONGARCH64)
+#define EFI_IMAGE_MACHINE_LOONGARCH64   0x6264
+#endif
+
 // Image Entry prototype
 
 typedef