summaryrefslogtreecommitdiff
path: root/Documentation/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/index.md')
-rw-r--r--Documentation/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
new file mode 100644
index 0000000000..83547861f6
--- /dev/null
+++ b/Documentation/index.md
@@ -0,0 +1,21 @@
+Welcome to coreboot's documentation!
+====================================
+
+This is the developer documentation for [coreboot](https://coreboot.org).
+It is built from Markdown files in the
+[Documentation](https://review.coreboot.org/cgit/coreboot.git/tree/Documentation)
+directory in the source code.
+
+Contents:
+
+* [Lesson 2: Submitting a patch to coreboot.org](Lesson2.md)
+* [Gerrit Etiquette and Guidelines](gerrit_guidelines.md)
+* [coreboot's build system](build_system.md)
+* [Kconfig in coreboot](core/Kconfig.md)
+* [Use of git submodules in coreboot](submodules.md)
+* [Timestamps](timestamp.md)
+* [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)
+* [ABI data consumption](abi-data-consumption.md)
+* [GPIO toggling in ACPI AML](acpi/gpio.md)
+* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
+* [Sandy Bridge Raminit](Intel/NativeRaminit/Sandybridge.md)