summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-04-17 13:06:49 +0200
committerMartin Roth <martinroth@google.com>2018-05-19 17:00:06 +0000
commitc4b614ca153360131cd4c09290cfb4899fff8f91 (patch)
tree88f05102d98fb1ce33c56efcb64c34ef4a416340 /Documentation
parent36c601b17b8506fb5659840436da8d7ea2032117 (diff)
downloadcoreboot-c4b614ca153360131cd4c09290cfb4899fff8f91.tar.xz
Documentation: Add mainboard section to index
Change-Id: Ib00bd6cdd13f164ca7eb07c9092e8d8fe17d23b1 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/26266 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.md1
-rw-r--r--Documentation/mainboard/index.md7
2 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index 83547861f6..69fb7f5342 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -19,3 +19,4 @@ Contents:
* [GPIO toggling in ACPI AML](acpi/gpio.md)
* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
* [Sandy Bridge Raminit](Intel/NativeRaminit/Sandybridge.md)
+* [Mainboard-specific documentation](mainboard/index.md)
diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md
new file mode 100644
index 0000000000..b62ad67c2b
--- /dev/null
+++ b/Documentation/mainboard/index.md
@@ -0,0 +1,7 @@
+# Mainboard-specific documentation
+
+This section contains documentation about coreboot on specific mainboards.
+
+## SiFive
+
+- [SiFive HiFive Unleashed](sifive/hifive-unleashed.md)