mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
ad8560fa29
commit
2f95279aa8
Binary file not shown.
|
@ -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…
Reference in New Issue