]> Git Repo - qemu.git/commitdiff
riscv: roms: Update default bios for sifive_u machine
authorBin Meng <[email protected]>
Fri, 6 Sep 2019 16:20:14 +0000 (09:20 -0700)
committerPalmer Dabbelt <[email protected]>
Tue, 17 Sep 2019 15:42:49 +0000 (08:42 -0700)
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 <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
roms/Makefile

index 5d7a1ef6818994bac4a36818ad36043b592ce309..eb22aefdfb468cfe2804cb4b0bc422d8ebcae93b 100644 (file)
Binary files a/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin and b/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin differ
index 775c963f9dd55bfa17772afb73f412c3bdba03f1..6cf07d3b44eebcb09b69c442356b47243693c88c 100644 (file)
@@ -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
This page took 0.028914 seconds and 4 git commands to generate.