aboutsummaryrefslogtreecommitdiff
path: root/Documentation/getting_started/index.md
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-03-29 18:29:21 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-11 11:20:40 +0000
commitbff6dc7b8c1e18921c36b51eaad76d46d674f466 (patch)
tree9f4c04973942d99a674fa6c4e31a1c6f444a2fe0 /Documentation/getting_started/index.md
parent4a5f7ece3ffe76b4b6634e7ea14dabf01624e501 (diff)
Documentation: Add coreboot architecture
Describe the coreboot stages, given a short introduction what is done and add a chart for coreboot's vs EDK II bootflow as well as the source for the SVG. TODO: Describe stages in detail in a separate commit. Change-Id: I98cb61b1d0d29ac9d03f5ef3644d51a8e14bad74 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'Documentation/getting_started/index.md')
-rw-r--r--Documentation/getting_started/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/getting_started/index.md b/Documentation/getting_started/index.md
index 8f2a58e1c5..52d873ece2 100644
--- a/Documentation/getting_started/index.md
+++ b/Documentation/getting_started/index.md
@@ -1,5 +1,6 @@
# Getting Started
+* [coreboot architecture](architecture.md)
* [Build System](build_system.md)
* [Submodules](submodules.md)
* [Kconfig](kconfig.md)