aboutsummaryrefslogtreecommitdiff
path: root/Documentation/acpi/index.md
blob: 15d3dddc2b554443aacc387fc990fd7ddc878f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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.


```{toctree}
:maxdepth: 1

SSDT UID generation <uid.md>
```

## GPIO

```{toctree}
:maxdepth: 1

GPIO toggling in ACPI AML <gpio.md>
```

## Windows-specific ACPI documentation

```{toctree}
:maxdepth: 1

Windows-specific documentation <windows.md>
```

##  ACPI specification - Useful links

```{toctree}
:maxdepth: 1

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>
```