Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37242 )
Change subject: Documentation: Move ACPI documentation in a subindex ......................................................................
Documentation: Move ACPI documentation in a subindex
Change-Id: I17c5263674b805a73d98aaa3e7090083905e37ef Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- A Documentation/acpi/index.md M Documentation/index.md 2 files changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/37242/1
diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md new file mode 100644 index 0000000..8add8db --- /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 3ed6bd3..bfc9cea 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -171,8 +171,7 @@ * [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)