platform: Drop qemu/sifive_u support
authorBin Meng <bmeng.cn@gmail.com>
Thu, 6 Feb 2020 11:51:23 +0000 (03:51 -0800)
committerAnup Patel <anup@brainfault.org>
Fri, 7 Feb 2020 05:31:01 +0000 (11:01 +0530)
commit6d0b4c520da8981ab36b0e5d64779295684b2250
treee9a09d3569966b360d69e8341087d9e2d4ba17ce
parent5ff1ab0ed8908825966f566b996a0735d937a0ec
platform: Drop qemu/sifive_u support

With QEMU v4.2 RISC-V changes to improve the emulation fidelity
of 'sifive_u' machine, OpenSBI v0.4 / U-Boot v2019.10 / Linux
kernel v5.3 images built for the SiFive HiFive Unleashed board
can be used out of the box without any special hack. Hence there
is no need for us to continue supporting such a special target in
OpenSBI. Going forward, sifive/fu540 platform can be used on both
real hardware and QEMU 'sifive_u' machine.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
docs/firmware/fw_jump.md
docs/firmware/fw_payload.md
docs/platform/platform.md
docs/platform/qemu_sifive_u.md [deleted file]
platform/qemu/sifive_u/config.mk [deleted file]
platform/qemu/sifive_u/objects.mk [deleted file]
platform/qemu/sifive_u/platform.c [deleted file]
scripts/create-binary-archive.sh