scripts: use arch OVMF downloads and bump fw tag

Rename download_ovmf to download_amd64_ovmf and add a separate
download_aarch64_ovmf for CLOUDHV_EFI.fd

Replace build_edk2 with download_aarch64_ovmf in aarch64 scripts

Update OVMF firmware tag to ch-1e1b96f126

Update CLOUDHV.fd sha1sum in sha1sums-x86_64

Add CLOUDHV_EFI.fd sha1sum in sha1sums-aarch64-common

Fixes: #7622

Signed-off-by: Saravanan D <saravanand@crusoe.ai>
This commit is contained in:
Saravanan D
2026-04-07 06:49:28 +00:00
committed by Rob Bradford
parent 490e338e16
commit 2ddbc5abbb
7 changed files with 22 additions and 10 deletions

View File

@@ -18,9 +18,9 @@ fi
WIN_IMAGE_BASENAME="windows-11-iot-enterprise-aarch64.raw"
WIN_IMAGE_FILE="$WORKLOADS_DIR/$WIN_IMAGE_BASENAME"
# Checkout and build EDK2
# Download aarch64 OVMF
OVMF_FW="$WORKLOADS_DIR/CLOUDHV_EFI.fd"
build_edk2
download_aarch64_ovmf
# Check if the images are present
if [[ ! -f ${WIN_IMAGE_FILE} || ! -f ${OVMF_FW} ]]; then