From: Gerd Hoffmann Date: Mon, 11 Sep 2023 15:38:21 +0000 (+0200) Subject: edk2: update build config X-Git-Tag: v8.2.0-rc0~121^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0494f131ed4a34ab688477966b06f92cd441c02;p=thirdparty%2Fqemu.git edk2: update build config risc-v switched to use split code/vars images like the other archs. Signed-off-by: Gerd Hoffmann --- diff --git a/roms/edk2-build.config b/roms/edk2-build.config index 66ef9ffcb91..ffe0d12d0cb 100644 --- a/roms/edk2-build.config +++ b/roms/edk2-build.config @@ -120,5 +120,7 @@ conf = OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc arch = RISCV64 plat = RiscVVirtQemu dest = ../pc-bios -cpy1 = FV/RISCV_VIRT.fd edk2-riscv.fd -pad1 = edk2-riscv.fd 32m +cpy1 = FV/RISCV_VIRT_CODE.fd edk2-riscv-code.fd +cpy2 = FV/RISCV_VIRT_VARS.fd edk2-riscv-vars.fd +pad1 = edk2-riscv-code.fd 32m +pad2 = edk2-riscv-vars.fd 32m