mirror of https://github.com/ncroxon/gnu-efi
Merge /u/yetist/gnu-efi/ branch dev-master into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/33/
This commit is contained in:
commit
7219aba42c
|
@ -354,6 +354,14 @@ EFI_STATUS
|
||||||
#define EFI_IMAGE_MACHINE_RISCV128 0x5128
|
#define EFI_IMAGE_MACHINE_RISCV128 0x5128
|
||||||
#endif
|
#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
|
// Image Entry prototype
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
|
|
Loading…
Reference in New Issue