8487be9c1a
Change-Id: I31250a914753136bc5d303e7ebccb3525cce0d86 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73034 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
19 lines
628 B
Markdown
19 lines
628 B
Markdown
# 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)
|
|
|
|
|
|
## 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)
|