[PATCH] test: Containerfile: include EDK-II for RISC-V

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Aug 31 12:25:17 PDT 2026


From: Ahmad Fatoum <a.fatoum at barebox.org>

qemu-efi-riscv64 provides EDK II for RISC-V virtual machines.
Add it to the container for testing barebox as EFI payload there in
future.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 test/Containerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Containerfile b/test/Containerfile
index 00f24a210f41..02c4b3991b51 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -46,6 +46,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
 	qemu-system-ppc \
 	qemu-system-common \
 	qemu-efi-aarch64 \
+	qemu-efi-riscv64 \
 	ovmf \
 	python3 \
 	python3-crcmod \
-- 
2.47.3




More information about the barebox mailing list