summaryrefslogtreecommitdiffstats
path: root/Documentation/arch
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-10-10 14:22:51 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-10-11 01:22:21 +0000
commitd3037bdf64908c9076aa6e5620ce50099813a810 (patch)
treec7351fd388032bafb922a064bbeaf3da6bd9c230 /Documentation/arch
parenta85951fb2f08b4883f6155593db7b3ae93cfedfa (diff)
downloadcoreboot-d3037bdf64908c9076aa6e5620ce50099813a810.tar.gz
coreboot-d3037bdf64908c9076aa6e5620ce50099813a810.tar.bz2
coreboot-d3037bdf64908c9076aa6e5620ce50099813a810.zip
Documentation: Add and link the arch directory
Fixes: b159d5ba8f ("riscv: add documentation for stages and payloads") Change-Id: I5ca8ed094c9b6d115da707375205872e782a66b2 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/28991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/arch')
-rw-r--r--Documentation/arch/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/arch/index.md b/Documentation/arch/index.md
new file mode 100644
index 000000000000..c3b080e5abdc
--- /dev/null
+++ b/Documentation/arch/index.md
@@ -0,0 +1,8 @@
+# Architecture-specific documentation
+
+This section contains documentation about coreboot on specific CPU
+architectures.
+
+## RISC-V
+
+- [RISC-V documentation](riscv/index.md)