Skip to content

Commit

Permalink
edk2: update build config
Browse files Browse the repository at this point in the history
risc-v switched to use split code/vars images like the other archs.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Sep 12, 2023
1 parent 5dad2d2 commit 5c8e401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roms/edk2-build.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c8e401

Please sign in to comment.