summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/acpi/index.md11
-rw-r--r--Documentation/index.md3
2 files changed, 12 insertions, 2 deletions
diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md
new file mode 100644
index 0000000000..8add8db387
--- /dev/null
+++ b/Documentation/acpi/index.md
@@ -0,0 +1,11 @@
+# ACPI-specific documentation
+
+This section contains documentation about coreboot on ACPI.
+
+## GPIO
+
+- [GPIO toggling in ACPI AML](gpio.md)
+
+## devicetree
+
+- [Adding devices to a device tree](devicetree.md)
diff --git a/Documentation/index.md b/Documentation/index.md
index 3ed6bd37ee..bfc9cea992 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -171,8 +171,7 @@ Contents:
* [Payloads](payloads.md)
* [Distributions](distributions.md)
* [Technotes](technotes/index.md)
-* [GPIO toggling in ACPI AML](acpi/gpio.md)
-* [Adding devices to a device tree](acpi/devicetree.md)
+* [ACPI](acpi/index.md)
* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
* [Display panel](gfx/display-panel.md)
* [CPU Architecture](arch/index.md)