mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / Documentation / acpi / index.md
blob4337611ca7f66b2b081da26fa862de4eb54b17c5
1 # ACPI-specific documentation
3 This section contains documentation about coreboot on ACPI. coreboot dropped
4 backwards support for ACPI 1.0 and is only compatible to ACPI version 2.0 and
5 upwards.
8 ```{toctree}
9 :maxdepth: 1
11 SSDT UID generation <uid.md>
12 ```
14 ## GPIO
16 ```{toctree}
17 :maxdepth: 1
19 GPIO toggling in ACPI AML <gpio.md>
20 ```
22 ## Windows-specific ACPI documentation
24 ```{toctree}
25 :maxdepth: 1
27 Windows-specific documentation <windows.md>
28 ```
30 ##  ACPI specification - Useful links
32 - [ACPI Specification 6.5](https://uefi.org/specs/ACPI/6.5/index.html)
33 - [ASL 2.0 Syntax](https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions)
34 - [Predefined ACPI Names](https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names)