diff options
author | Bin Meng | 2020-06-22 07:09:32 +0200 |
---|---|---|
committer | Alistair Francis | 2020-08-22 07:37:55 +0200 |
commit | 3a631b8e7f36448cac4ffae1df4526bf079406ea (patch) | |
tree | 3bd6a4368f234feabda686e1e6b5e297be756a23 /configure | |
parent | riscv: Fix bug in setting pmpcfg CSR for RISCV64 (diff) | |
download | qemu-3a631b8e7f36448cac4ffae1df4526bf079406ea.tar.gz qemu-3a631b8e7f36448cac4ffae1df4526bf079406ea.tar.xz qemu-3a631b8e7f36448cac4ffae1df4526bf079406ea.zip |
configure: Create symbolic links for pc-bios/*.elf files
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |