diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2020-02-06 03:51:23 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-02-07 11:01:01 +0530 |
commit | 6d0b4c520da8981ab36b0e5d64779295684b2250 (patch) | |
tree | e9a09d3569966b360d69e8341087d9e2d4ba17ce /docs/firmware | |
parent | 5ff1ab0ed8908825966f566b996a0735d937a0ec (diff) |
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>
Diffstat (limited to 'docs/firmware')
-rw-r--r-- | docs/firmware/fw_jump.md | 7 | ||||
-rw-r--r-- | docs/firmware/fw_payload.md | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/docs/firmware/fw_jump.md b/docs/firmware/fw_jump.md index 21161b0..4faaf50 100644 --- a/docs/firmware/fw_jump.md +++ b/docs/firmware/fw_jump.md @@ -44,9 +44,8 @@ follows: *FW_JUMP* Example ----------------- -The *[qemu/virt]* and *[qemu/sifive_u]* platforms illustrate how to configure -and use a *FW_JUMP* firmware. Detailed information regarding these platforms -can be found in the platform documentation files. +The *[qemu/virt]* platform illustrates how to configure and use a *FW_JUMP* +firmware. Detailed information regarding these platforms can be found in the +platform documentation files. [qemu/virt]: ../platform/qemu_virt.md -[qemu/sifive_u]: ../platform/qemu_sifive_u.md diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md index 1efe765..3fb3ffc 100644 --- a/docs/firmware/fw_payload.md +++ b/docs/firmware/fw_payload.md @@ -79,12 +79,11 @@ file. The parameters currently defined are as follows: *FW_PAYLOAD* Example -------------------- -The *[qemu/virt]* and *[qemu/sifive_u]* platforms illustrate how to configure -and use a *FW_PAYLOAD* firmware. Detailed information regarding these platforms -can be found in the platform documentation files. +The *[qemu/virt]* platforms illustrate how to configure and use a *FW_PAYLOAD* +firmware. Detailed information regarding these platforms can be found in the +platform documentation files. The *kendryte/k210* platform also enables a build of a *FW_PAYLOAD* using an internally defined device tree file (*FW_PAYLOAD_FDT*). [qemu/virt]: ../platform/qemu_virt.md -[qemu/sifive_u]: ../platform/qemu_sifive_u.md |