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

@@ -16,6 +16,8 @@ sh ./build.sh ia32 || exit 1
echo '======== build EDK2 for arm64-efi ==============='
sh ./build.sh aa64 || exit 1
echo '======== build EDK2 for loongarch64-efi ========='
sh ./build.sh la64 || exit 1
echo '======== build EDK2 for x86_64-efi ==============='
sh ./build.sh || exit 1