]> git.proxmox.com Git - mirror_qemu.git/commit
roms: opensbi: Add 32-bit firmware image for sifive_u machine
authorBin Meng <bmeng.cn@gmail.com>
Mon, 24 Feb 2020 13:39:42 +0000 (05:39 -0800)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Tue, 17 Mar 2020 00:03:48 +0000 (17:03 -0700)
commita6fcc80bea1f062ffad330a1dcbc1e3d463a4493
tree1c05a0f55859a4460af00576512dbcabf141725d
parentbfd05e8127353339e905a45990f3af379a2c2aec
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>
Makefile
pc-bios/opensbi-riscv32-sifive_u-fw_jump.bin [new file with mode: 0644]
roms/Makefile