diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-10-10 14:22:51 +0200 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-10-11 01:22:21 +0000 |
commit | d3037bdf64908c9076aa6e5620ce50099813a810 (patch) | |
tree | c7351fd388032bafb922a064bbeaf3da6bd9c230 /Documentation/arch | |
parent | a85951fb2f08b4883f6155593db7b3ae93cfedfa (diff) |
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.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/arch/index.md b/Documentation/arch/index.md new file mode 100644 index 0000000000..c3b080e5ab --- /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) |