2f95279aa8
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>
53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
[global]
|
|
core = ../../roms/edk2
|
|
|
|
####################################################################################
|
|
# arm
|
|
|
|
[build.arm]
|
|
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
|
|
plat = UefiTestTools
|
|
dest = ./Build
|
|
arch = ARM
|
|
cpy1 = ARM/BiosTablesTest.efi bios-tables-test.arm.efi
|
|
|
|
####################################################################################
|
|
# aarch64
|
|
|
|
[build.aarch64]
|
|
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
|
|
plat = UefiTestTools
|
|
dest = ./Build
|
|
arch = AARCH64
|
|
cpy1 = AARCH64/BiosTablesTest.efi bios-tables-test.aarch64.efi
|
|
|
|
####################################################################################
|
|
# riscv64
|
|
|
|
[build.riscv64]
|
|
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
|
|
plat = UefiTestTools
|
|
dest = ./Build
|
|
arch = RISCV64
|
|
cpy1 = RISCV64/BiosTablesTest.efi bios-tables-test.riscv64.efi
|
|
|
|
####################################################################################
|
|
# ia32
|
|
|
|
[build.ia32]
|
|
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
|
|
plat = UefiTestTools
|
|
dest = ./Build
|
|
arch = IA32
|
|
cpy1 = IA32/BiosTablesTest.efi bios-tables-test.i386.efi
|
|
|
|
####################################################################################
|
|
# x64
|
|
|
|
[build.x64]
|
|
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
|
|
plat = UefiTestTools
|
|
dest = ./Build
|
|
arch = X64
|
|
cpy1 = X64/BiosTablesTest.efi bios-tables-test.x86_64.efi
|