2019-11-26 14:18:11 +01:00
|
|
|
# ACPI-specific documentation
|
|
|
|
|
2019-12-18 15:07:59 +01:00
|
|
|
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.
|
|
|
|
|
2019-11-26 14:18:11 +01:00
|
|
|
|
2019-12-13 12:16:06 +01:00
|
|
|
- [SSDT UID generation](uid.md)
|
|
|
|
|
2019-11-26 14:18:11 +01:00
|
|
|
## GPIO
|
|
|
|
|
|
|
|
- [GPIO toggling in ACPI AML](gpio.md)
|
2023-02-14 07:44:52 +01:00
|
|
|
|
2023-08-21 19:02:52 +02:00
|
|
|
## Windows-specific ACPI documentation
|
|
|
|
|
|
|
|
- [Windows-specific documentation](windows.md)
|
2023-02-14 07:44:52 +01:00
|
|
|
|
|
|
|
## ACPI specification - Useful links
|
|
|
|
|
|
|
|
- [ACPI Specification 6.5](https://uefi.org/specs/ACPI/6.5/index.html)
|
|
|
|
- [ASL 2.0 Syntax](https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions)
|
|
|
|
- [Predefined ACPI Names](https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names)
|