summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2020-02-13 14:24:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-11 15:03:39 +0000
commitcb858d6d6287d0e5e15583a1ff53f77ffea730bc (patch)
tree6862fc43b00d25e1e396f1194c158c9971512102 /Documentation
parent6dc488a6781e4b0ecd0d4cb963d40709f17df0ef (diff)
downloadcoreboot-cb858d6d6287d0e5e15583a1ff53f77ffea730bc.tar.xz
superio/nuvoton/nct5539d: Update documentation and remove DSDT
There seems to be no board using this, but some currently under review. Remove the DSDT, which doesn't work together with the SSDT ACPI code generation. Also update the documentation pointing to the SSDT generator. Change-Id: I8b7daeadaaac93d74ee2fc9eb18f0eff5ef50eb3 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38864 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/superio/index.md1
-rw-r--r--Documentation/superio/nuvoton/nct5539d.md9
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/superio/index.md b/Documentation/superio/index.md
index 053663b215..81287bb108 100644
--- a/Documentation/superio/index.md
+++ b/Documentation/superio/index.md
@@ -5,6 +5,7 @@ This section contains documentation about coreboot on specific SuperIOs.
## Nuvoton
- [NPCD378](nuvoton/npcd378.md)
+- [NCT5539D](nuvoton/nct5539d.md)
## Common
- [PNP devices](common/pnp.md)
diff --git a/Documentation/superio/nuvoton/nct5539d.md b/Documentation/superio/nuvoton/nct5539d.md
new file mode 100644
index 0000000000..e91ebc3abb
--- /dev/null
+++ b/Documentation/superio/nuvoton/nct5539d.md
@@ -0,0 +1,9 @@
+# NCT5539D SuperIO
+
+The SuperIO has the ID `0xd121` and the source can be found in
+`src/superio/nuvoton/nct5539d/`.
+
+## For developers
+
+The SuperIO generates ACPI using the
+[SSDT generator for generic SuperIOs](../common/ssdt.md).