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>
This commit is contained in:
Arthur Heymans 2019-11-26 14:18:11 +01:00 committed by Patrick Georgi
parent 1bb330348d
commit edcce07531
2 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -171,8 +171,7 @@ Contents:
* [Payloads](payloads.md) * [Payloads](payloads.md)
* [Distributions](distributions.md) * [Distributions](distributions.md)
* [Technotes](technotes/index.md) * [Technotes](technotes/index.md)
* [GPIO toggling in ACPI AML](acpi/gpio.md) * [ACPI](acpi/index.md)
* [Adding devices to a device tree](acpi/devicetree.md)
* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md) * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
* [Display panel](gfx/display-panel.md) * [Display panel](gfx/display-panel.md)
* [CPU Architecture](arch/index.md) * [CPU Architecture](arch/index.md)