Browse Source

tests/data/uefi-boot-images: Add RISC-V ISO image

To test ACPI tables, edk2 needs to be booted with a disk image having
EFI partition. This image is created using UefiTestToolsPkg.

The image is generated using tests/uefi-test-tools source.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Message-Id: <20240625150839.1358279-5-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
pull/286/head
Sunil V L 2 years ago
committed by Michael S. Tsirkin
parent
commit
2f95279aa8
  1. BIN
      tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2
  2. 2
      tests/uefi-test-tools/uefi-test-build.config

BIN
tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2

Binary file not shown.

2
tests/uefi-test-tools/uefi-test-build.config

@ -24,7 +24,7 @@ cpy1 = AARCH64/BiosTablesTest.efi bios-tables-test.aarch64.efi
####################################################################################
# riscv64
[build.riscv]
[build.riscv64]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build

Loading…
Cancel
Save