diff options
| author | Bin Meng | 2019-09-06 18:20:14 +0200 |
|---|---|---|
| committer | Palmer Dabbelt | 2019-09-17 17:42:49 +0200 |
| commit | 6c141fb7dddcb1c8d8f55377c4a867682655e8f8 (patch) | |
| tree | 7c513bfe854487ab4055c16a81df280c08ac3f40 /roms/Makefile | |
| parent | riscv: sifive_u: Change UART node name in device tree (diff) | |
| download | qemu-6c141fb7dddcb1c8d8f55377c4a867682655e8f8.tar.gz qemu-6c141fb7dddcb1c8d8f55377c4a867682655e8f8.tar.xz qemu-6c141fb7dddcb1c8d8f55377c4a867682655e8f8.zip | |
riscv: roms: Update default bios for sifive_u machine
With the support of heterogeneous harts and PRCI model, it's now
possible to use the OpenSBI image (PLATFORM=sifive/fu540) built
for the real hardware.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'roms/Makefile')
| -rw-r--r-- | roms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roms/Makefile b/roms/Makefile index 775c963f9d..6cf07d3b44 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -182,8 +182,8 @@ opensbi64-virt: opensbi64-sifive_u: $(MAKE) -C opensbi \ CROSS_COMPILE=$(riscv64_cross_prefix) \ - PLATFORM="qemu/sifive_u" - cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin + PLATFORM="sifive/fu540" + cp opensbi/build/platform/sifive/fu540/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin clean: rm -rf seabios/.config seabios/out seabios/builds |
