From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PULL 2/5] edk2: update build config
Date: Tue, 12 Sep 2023 13:23:56 +0200 [thread overview]
Message-ID: <20230912112406.571966-3-kraxel@redhat.com> (raw)
In-Reply-To: <20230912112406.571966-1-kraxel@redhat.com>
risc-v switched to use split code/vars images like the other archs.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
roms/edk2-build.config | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/roms/edk2-build.config b/roms/edk2-build.config
index 66ef9ffcb91f..ffe0d12d0cb7 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
--
2.41.0
next prev parent reply other threads:[~2023-09-12 11:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 11:23 [PULL 0/5] Firmware/edk2 20230912 patches Gerd Hoffmann
2023-09-12 11:23 ` [PULL 1/5] edk2: update build script Gerd Hoffmann
2023-09-12 11:23 ` Gerd Hoffmann [this message]
2023-09-12 11:23 ` [PULL 3/5] edk2: update submodule to edk2-stable202308 Gerd Hoffmann
2023-09-12 11:23 ` [PULL 4/5] edk2: workaround edk-stable202308 bug Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230912112406.571966-3-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).