diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-09-11 17:38:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-09-18 15:27:27 +0200 |
commit | b0494f131ed4a34ab688477966b06f92cd441c02 (patch) | |
tree | 5cfe10c4c762f3abe37a16ca409d4222f41936d5 /roms | |
parent | c28a2891f34f95a94da9d6ac9f60b1446881ea1a (diff) |
edk2: update build config
risc-v switched to use split code/vars images like the other archs.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
-rw-r--r-- | roms/edk2-build.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roms/edk2-build.config b/roms/edk2-build.config index 66ef9ffcb9..ffe0d12d0c 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 |