blob: 20bd975b39c8482ae70237441bead031cfb9917c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# SuperIO-specific documentation
This section contains documentation about coreboot on specific SuperIOs.
## Nuvoton
```{toctree}
:maxdepth: 1
NPCD378 <nuvoton/npcd378.md>
NCT5539D <nuvoton/nct5539d.md>
```
## Common
```{toctree}
:maxdepth: 1
PNP devices <common/pnp.md>
SSDT generator for generic SuperIOs <common/ssdt.md>
```
|