[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 1/6] configure: Create symbolic links for pc-bios/*.elf files
From: |
Bin Meng |
Subject: |
[PATCH v6 1/6] configure: Create symbolic links for pc-bios/*.elf files |
Date: |
Mon, 3 Aug 2020 00:30:27 -0700 |
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>
---
(no changes since v2)
Changes in v2:
- new patch: configure: Create symbolic links for pc-bios/*.elf files
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 2acc4d1..790b21d 100755
--- a/configure
+++ b/configure
@@ -8545,6 +8545,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.7.4
- [PATCH v6 0/6] riscv: Switch to use generic platform fw_dynamic type opensbi bios images, Bin Meng, 2020/08/03
- [PATCH v6 2/6] roms/opensbi: Upgrade from v0.7 to v0.8, Bin Meng, 2020/08/03
- [PATCH v6 1/6] configure: Create symbolic links for pc-bios/*.elf files,
Bin Meng <=
- [PATCH v6 3/6] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware, Bin Meng, 2020/08/03
- [PATCH v6 4/6] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u, Bin Meng, 2020/08/03
- [PATCH v6 5/6] hw/riscv: spike: Change the default bios to use generic platform image, Bin Meng, 2020/08/03
- [PATCH v6 6/6] gitlab-ci/opensbi: Update GitLab CI to build generic platform, Bin Meng, 2020/08/03
- Re: [PATCH v6 0/6] riscv: Switch to use generic platform fw_dynamic type opensbi bios images, Alistair Francis, 2020/08/11