diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-26 14:18:11 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-09 09:40:28 +0000 |
commit | edcce0753163b60f44e27df084ff28f41fbcd8be (patch) | |
tree | 736bde89998a82bebfc8363a2a3dee42434ca695 /Documentation/acpi/index.md | |
parent | 1bb330348dbf3dd709bf66f73358d6b97bf02838 (diff) | |
download | coreboot-edcce0753163b60f44e27df084ff28f41fbcd8be.tar.xz |
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>
Diffstat (limited to 'Documentation/acpi/index.md')
-rw-r--r-- | Documentation/acpi/index.md | 11 |
1 files changed, 11 insertions, 0 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) |