1# ACPI-specific documentation 2 3This section contains documentation about coreboot on ACPI. coreboot dropped 4backwards support for ACPI 1.0 and is only compatible to ACPI version 2.0 and 5upwards. 6 7 8```{toctree} 9:maxdepth: 1 10 11SSDT UID generation <uid.md> 12``` 13 14## GPIO 15 16```{toctree} 17:maxdepth: 1 18 19GPIO toggling in ACPI AML <gpio.md> 20``` 21 22## Windows-specific ACPI documentation 23 24```{toctree} 25:maxdepth: 1 26 27Windows-specific documentation <windows.md> 28``` 29 30## ACPI specification - Useful links 31 32```{toctree} 33:maxdepth: 1 34 35ACPI Specification 6.5 <https://uefi.org/specs/ACPI/6.5/index.html> 36ASL 2.0 Syntax <https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions> 37Predefined ACPI Names <https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names> 38``` 39