All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Alistair Francis <alistair.francis@wdc.com>
Cc: qemu-devel@nongnu.org, qemu-riscv@nongnu.org, palmer@sifive.com,
	peter.maydell@linaro.org, stefanha@gmail.co, codyprime@gmail.com,
	anup@brainfault.org, stefanha@redhat.com, alistair23@gmail.com,
	pbonzini@redhat.com, linux@roeck-us.ne, bmeng.cn@gmail.com
Subject: [Qemu-riscv] [PATCH] roms/Makefile: fix command for opensbi64-sifive_u
Date: Mon, 12 Aug 2019 09:20:43 +0200	[thread overview]
Message-ID: <mvmwofizw6s.fsf_-_@suse.de> (raw)
In-Reply-To: <202a2df9cd8e3de2555295446ff1a144eef61eeb.1563302751.git.alistair.francis@wdc.com> (Alistair Francis's message of "Tue, 16 Jul 2019 11:47:22 -0700")

Copy the correct firmware file

Signed-off-by: Andreas Schwab <schwab@suse.de>
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/Makefile b/roms/Makefile
index dc70fb5aea..775c963f9d 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -183,7 +183,7 @@ opensbi64-sifive_u:
 	$(MAKE) -C opensbi \
 		CROSS_COMPILE=$(riscv64_cross_prefix) \
 		PLATFORM="qemu/sifive_u"
-	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
+	cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
 
 clean:
 	rm -rf seabios/.config seabios/out seabios/builds
-- 
2.22.0

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


WARNING: multiple messages have this Message-ID (diff)
From: Andreas Schwab <schwab@suse.de>
To: Alistair Francis <alistair.francis@wdc.com>
Cc: peter.maydell@linaro.org, stefanha@gmail.co,
	qemu-riscv@nongnu.org, codyprime@gmail.com, anup@brainfault.org,
	palmer@sifive.com, qemu-devel@nongnu.org, stefanha@redhat.com,
	pbonzini@redhat.com, alistair23@gmail.com, linux@roeck-us.ne,
	bmeng.cn@gmail.com
Subject: [Qemu-devel] [PATCH] roms/Makefile: fix command for opensbi64-sifive_u
Date: Mon, 12 Aug 2019 09:20:43 +0200	[thread overview]
Message-ID: <mvmwofizw6s.fsf_-_@suse.de> (raw)
In-Reply-To: <202a2df9cd8e3de2555295446ff1a144eef61eeb.1563302751.git.alistair.francis@wdc.com> (Alistair Francis's message of "Tue, 16 Jul 2019 11:47:22 -0700")

Copy the correct firmware file

Signed-off-by: Andreas Schwab <schwab@suse.de>
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/Makefile b/roms/Makefile
index dc70fb5aea..775c963f9d 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -183,7 +183,7 @@ opensbi64-sifive_u:
 	$(MAKE) -C opensbi \
 		CROSS_COMPILE=$(riscv64_cross_prefix) \
 		PLATFORM="qemu/sifive_u"
-	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
+	cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
 
 clean:
 	rm -rf seabios/.config seabios/out seabios/builds
-- 
2.22.0

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


  reply	other threads:[~2019-08-12 12:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 18:47 [Qemu-riscv] [PATCH v3 0/2] RISC-V: Add default OpenSBI ROM Alistair Francis
2019-07-16 18:47 ` [Qemu-devel] " Alistair Francis
2019-07-16 18:47 ` [Qemu-riscv] [PATCH v3 1/2] roms: Add OpenSBI version 0.4 Alistair Francis
2019-07-16 18:47   ` [Qemu-devel] " Alistair Francis
2019-08-12  7:20   ` Andreas Schwab [this message]
2019-08-12  7:20     ` [Qemu-devel] [PATCH] roms/Makefile: fix command for opensbi64-sifive_u Andreas Schwab
2019-08-12  8:41     ` [Qemu-riscv] " Peter Maydell
2019-08-12  8:41       ` [Qemu-devel] " Peter Maydell
2019-07-16 18:47 ` [Qemu-riscv] [PATCH v3 2/2] hw/riscv: Load OpenSBI as the default firmware Alistair Francis
2019-07-16 18:47   ` [Qemu-devel] " Alistair Francis

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=mvmwofizw6s.fsf_-_@suse.de \
    --to=schwab@suse.de \
    --cc=alistair.francis@wdc.com \
    --cc=alistair23@gmail.com \
    --cc=anup@brainfault.org \
    --cc=bmeng.cn@gmail.com \
    --cc=codyprime@gmail.com \
    --cc=linux@roeck-us.ne \
    --cc=palmer@sifive.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=stefanha@gmail.co \
    --cc=stefanha@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.