From ce7325c160953e717ff662eabdc7bb911029760f Mon Sep 17 00:00:00 2001 From: Sunil V L Date: Tue, 25 Jun 2024 20:38:35 +0530 Subject: pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs Update list of images supported in unpack_edk2_blobs to enable RISC-V ACPI table testing. Signed-off-by: Sunil V L Reviewed-by: Alistair Francis Reviewed-by: Igor Mammedov Message-Id: <20240625150839.1358279-13-sunilvl@ventanamicro.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- pc-bios/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pc-bios') diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 0760612..8602b45 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -4,6 +4,8 @@ if unpack_edk2_blobs 'edk2-aarch64-code.fd', 'edk2-arm-code.fd', 'edk2-arm-vars.fd', + 'edk2-riscv-code.fd', + 'edk2-riscv-vars.fd', 'edk2-i386-code.fd', 'edk2-i386-secure-code.fd', 'edk2-i386-vars.fd', -- cgit v1.1