summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-26 14:18:11 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-09 09:40:28 +0000
commitedcce0753163b60f44e27df084ff28f41fbcd8be (patch)
tree736bde89998a82bebfc8363a2a3dee42434ca695
parent1bb330348dbf3dd709bf66f73358d6b97bf02838 (diff)
downloadcoreboot-edcce0753163b60f44e27df084ff28f41fbcd8be.tar.gz
coreboot-edcce0753163b60f44e27df084ff28f41fbcd8be.tar.bz2
coreboot-edcce0753163b60f44e27df084ff28f41fbcd8be.zip
Documentation: Move ACPI documentation in a subindex
Change-Id: I17c5263674b805a73d98aaa3e7090083905e37ef Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37242 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-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 000000000000..8add8db38708
--- /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 3ed6bd37ee24..bfc9cea99298 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)