diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-05-01 20:26:49 +0800 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-08-21 22:37:55 -0700 |
commit | fad144392af50c0174becde83771fd2ff289bd1f (patch) | |
tree | b0e34c7dcf25742b9fae0bb3e971a837eb20cb36 /pc-bios | |
parent | 2cacd8414daf6a0643926392f05fd397ed1e9b66 (diff) |
hw/riscv: spike: Change the default bios to use generic platform image
To keep sync with other RISC-V machines, change the default bios to
use generic platform fw_dynamic.elf image.
While we are here, add some comments to mention that using ELF files
for the Spike machine was intentional.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1596439832-29238-6-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/opensbi-riscv32-generic-fw_dynamic.elf | bin | 0 -> 558668 bytes |
-rw-r--r-- | pc-bios/opensbi-riscv64-generic-fw_dynamic.elf | bin | 0 -> 620424 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf b/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf Binary files differnew file mode 100644 index 0000000000..eb9ebf5674 --- /dev/null +++ b/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf diff --git a/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf b/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf Binary files differnew file mode 100644 index 0000000000..642a64e240 --- /dev/null +++ b/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf |