]> git.proxmox.com Git - mirror_qemu.git/commit - roms/Makefile
roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
authorBin Meng <bin.meng@windriver.com>
Mon, 22 Jun 2020 02:03:17 +0000 (10:03 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Sat, 22 Aug 2020 05:37:55 +0000 (22:37 -0700)
commit00db05fbedf60f6722e881cfa7f01320e579c321
treeb4009e5f78c4fa837856ae08c559ec5c169e0f9d
parent8ebde78620938990039c7ad000c9c19f67ba4950
roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware

The RISC-V generic platform is a flattened device tree (FDT) based
platform where all platform specific functionality is provided based
on FDT passed by previous booting stage. The support was added in
the upstream OpenSBI v0.8 release recently.

Update our Makefile to build the generic platform instead of building
virt and sifive_u separately for RISC-V OpenSBI firmware, and change
to use fw_dynamic type images as well.

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-4-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
roms/Makefile