diff options
author | Bin Meng | 2020-02-24 14:39:42 +0100 |
---|---|---|
committer | Palmer Dabbelt | 2020-03-17 01:03:48 +0100 |
commit | a6fcc80bea1f062ffad330a1dcbc1e3d463a4493 (patch) | |
tree | 1c05a0f55859a4460af00576512dbcabf141725d /Makefile | |
parent | roms: opensbi: Upgrade from v0.5 to v0.6 (diff) | |
download | qemu-a6fcc80bea1f062ffad330a1dcbc1e3d463a4493.tar.gz qemu-a6fcc80bea1f062ffad330a1dcbc1e3d463a4493.tar.xz qemu-a6fcc80bea1f062ffad330a1dcbc1e3d463a4493.zip |
roms: opensbi: Add 32-bit firmware image for sifive_u machine
Although the real world SiFive HiFive Unleashed board is a 64-bit
hardware configuration, with QEMU it is possible to test 32-bit
configuration with the same hardware features.
This updates the roms Makefile to add the build rules for creating
the 32-bit OpenSBI firmware image for sifive_u machine. A pre-built
OpenSBI v0.6 image has been added as the default bios for 32-bit
sifive_u machine.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -848,7 +848,7 @@ u-boot.e500 u-boot-sam460-20100605.bin \ qemu_vga.ndrv \ edk2-licenses.txt \ hppa-firmware.img \ -opensbi-riscv32-virt-fw_jump.bin \ +opensbi-riscv32-sifive_u-fw_jump.bin opensbi-riscv32-virt-fw_jump.bin \ opensbi-riscv64-sifive_u-fw_jump.bin opensbi-riscv64-virt-fw_jump.bin |