All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@wdc.com>
To: qemu-devel@nongnu.org
Cc: alistair23@gmail.com, Bin Meng <bin.meng@windriver.com>,
	alistair.francis@wdc.com
Subject: [PULL v3 10/20] configure: Create symbolic links for pc-bios/*.elf files
Date: Fri, 21 Aug 2020 22:40:51 -0700	[thread overview]
Message-ID: <20200822054101.1202175-11-alistair.francis@wdc.com> (raw)
In-Reply-To: <20200822054101.1202175-1-alistair.francis@wdc.com>

From: Bin Meng <bin.meng@windriver.com>

Now we need to ship the OpenSBI fw_dynamic.elf image for the
RISC-V Spike machine, it requires us to create symbolic links
for pc-bios/*.elf files.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1596439832-29238-2-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4e5fe33211..0a01802637 100755
--- a/configure
+++ b/configure
@@ -8129,6 +8129,7 @@ LINKS="$LINKS tests/qemu-iotests/check"
 LINKS="$LINKS python"
 for bios_file in \
     $source_path/pc-bios/*.bin \
+    $source_path/pc-bios/*.elf \
     $source_path/pc-bios/*.lid \
     $source_path/pc-bios/*.rom \
     $source_path/pc-bios/*.dtb \
-- 
2.28.0



  parent reply	other threads:[~2020-08-22  5:58 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22  5:40 [PULL v3 00/20] riscv-to-apply queue Alistair Francis
2020-08-22  5:40 ` [PULL v3 01/20] target/riscv: Generate nanboxed results from fp helpers Alistair Francis
2020-08-22  5:40 ` [PULL v3 02/20] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s Alistair Francis
2020-08-22  5:40 ` [PULL v3 03/20] target/riscv: Generate nanboxed results from trans_rvf.inc.c Alistair Francis
2020-08-22  5:40 ` [PULL v3 04/20] target/riscv: Check nanboxed inputs to fp helpers Alistair Francis
2020-08-22  5:40 ` [PULL v3 05/20] target/riscv: Check nanboxed inputs in trans_rvf.inc.c Alistair Francis
2020-08-22  5:40 ` [PULL v3 06/20] target/riscv: Clean up fmv.w.x Alistair Francis
2020-08-22  5:40 ` [PULL v3 07/20] target/riscv: check before allocating TCG temps Alistair Francis
2020-08-22  5:40 ` [PULL v3 08/20] hw/riscv: sifive_u: Add a dummy L2 cache controller device Alistair Francis
2020-08-22  5:40 ` [PULL v3 09/20] riscv: Fix bug in setting pmpcfg CSR for RISCV64 Alistair Francis
2020-08-22  5:40 ` Alistair Francis [this message]
2020-08-22  5:40 ` [PULL v3 11/20] roms/opensbi: Upgrade from v0.7 to v0.8 Alistair Francis
2020-08-22  5:40 ` [PULL v3 12/20] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware Alistair Francis
2020-08-22  5:40 ` [PULL v3 13/20] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u Alistair Francis
2020-08-22  5:40 ` [PULL v3 14/20] hw/riscv: spike: Change the default bios to use generic platform image Alistair Francis
2020-08-22  5:40 ` [PULL v3 15/20] gitlab-ci/opensbi: Update GitLab CI to build generic platform Alistair Francis
2020-08-22  5:40 ` [PULL v3 16/20] target/riscv: Fix the translation of physical address Alistair Francis
2020-08-22  5:40 ` [PULL v3 17/20] target/riscv: Change the TLB page size depends on PMP entries Alistair Francis
2020-08-22  5:40 ` [PULL v3 18/20] hw/intc: ibex_plic: Update the pending irqs Alistair Francis
2020-08-22  5:41 ` [PULL v3 19/20] hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines Alistair Francis
2020-08-22  5:41 ` [PULL v3 20/20] hw/intc: ibex_plic: Honour source priorities Alistair Francis
2020-08-23 13:53 ` [PULL v3 00/20] riscv-to-apply queue Peter Maydell

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=20200822054101.1202175-11-alistair.francis@wdc.com \
    --to=alistair.francis@wdc.com \
    --cc=alistair23@gmail.com \
    --cc=bin.meng@windriver.com \
    --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 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.