summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2020-02-16 18:19:33 +0300
committerAnup Patel <anup@brainfault.org>2020-02-18 06:33:52 +0300
commit892e87998c32ae0d709310b2a26a0bfa935bbd7b (patch)
tree4736e22fc68a8feb625b9f7d0219644d2143d03c /docs
parent48b06ad16e4694c0cfd85813f4cf5876c8d36970 (diff)
downloadopensbi-892e87998c32ae0d709310b2a26a0bfa935bbd7b.tar.xz
doc: coreboot: Fix doc styles
- put all URLs at the end of the doc - satisfy the 80 character per line rule as much as possible Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/external/coreboot.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/external/coreboot.md b/docs/external/coreboot.md
index fe2f7ba..de32e90 100644
--- a/docs/external/coreboot.md
+++ b/docs/external/coreboot.md
@@ -1,7 +1,10 @@
OpenSBI as coreboot payload
-==============================
+===========================
-[coreboot](https://www.coreboot.org/) is a free/libre and open source firmware platform support multiple hardware architectures( x86, ARMv7, arm64, PowerPC64, MIPS and RISC-V) and diverse hardware models. In RISC-V world, coreboot currently support HiFive Unleashed with OpenSBI as a payload to boot GNU/Linux:
+[coreboot] is a free/libre and open source firmware platform support multiple
+hardware architectures(x86, ARMv7, arm64, PowerPC64, MIPS and RISC-V) and
+diverse hardware models. In RISC-V world, coreboot currently support HiFive
+Unleashed with OpenSBI as a payload to boot GNU/Linux:
```
SiFive HiFive unleashed's original firmware boot process:
@@ -21,4 +24,9 @@ coreboot boot process:
+---------------------------------------------+-------------+-------+-+
```
-The upstreaming work is still in progress. There's a [documentation](https://github.com/hardenedlinux/embedded-iot_profile/blob/master/docs/riscv/hifiveunleashed_coreboot_notes-en.md) about how to build [out-of-tree code](https://github.com/hardenedlinux/coreboot-HiFiveUnleashed) to load OpenSBI.
+The upstreaming work is still in progress. There's a [documentation] about how
+to build [out-of-tree code] to load OpenSBI.
+
+[coreboot]: https://www.coreboot.org/
+[documentation]: https://github.com/hardenedlinux/embedded-iot_profile/blob/master/docs/riscv/hifiveunleashed_coreboot_notes-en.md
+[out-of-tree code]: https://github.com/hardenedlinux/coreboot-HiFiveUnleashed