blob: 2f65e299683a297347f4027cadb7bd4c141adcba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ACPI-specific documentation
This section contains documentation about coreboot on ACPI. coreboot dropped
backwards support for ACPI 1.0 and is only compatible to ACPI version 2.0 and
upwards.
- [SSDT UID generation](uid.md)
## GPIO
- [GPIO toggling in ACPI AML](gpio.md)
## devicetree
- [Adding devices to a device tree](devicetree.md)
|