See https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#machine-types Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
@@ -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
// Image Entry prototype
typedef