Ventoy: EDK2: adapt for loogarch in edk2-edk2-stable202408

INSTALL/ventoy/ventoy_${postfix}.efi
INSTALL/ventoy/vtoyutil_${postfix}.efi
VDiskChain/Tool/vdiskchain_${postfix}.efi

Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This commit is contained in:
Wentao Guan
2024-08-26 16:03:50 +08:00
parent f14326c70f
commit babf879823
10 changed files with 632 additions and 13 deletions

View File

@@ -37,6 +37,8 @@
#define VENTOY_UEFI_DESC L"ARM UEFI"
#elif defined (MDE_CPU_AARCH64)
#define VENTOY_UEFI_DESC L"ARM64 UEFI"
#elif defined (MDE_CPU_LOONGARCH64)
#define VENTOY_UEFI_DESC L"LOONGARCH64 UEFI"
#else
#error Unknown Processor Type
#endif