From c30802d6fbd7f92b05eaf2cb7e8383a780b342ea Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Fri, 19 Dec 2025 00:56:47 -0500 Subject: [PATCH] sio/nuvoton/nct6779d: Enable common ASL code Define the requisite super I/O chip identities and bring in the common ACPI code. Change-Id: I1db85c8d0028a1c3e4a5582f3d0e503b71beac70 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/90574 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Angel Pons --- src/superio/nuvoton/nct6779d/acpi/superio.asl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/superio/nuvoton/nct6779d/acpi/superio.asl diff --git a/src/superio/nuvoton/nct6779d/acpi/superio.asl b/src/superio/nuvoton/nct6779d/acpi/superio.asl new file mode 100644 index 0000000000..181f198564 --- /dev/null +++ b/src/superio/nuvoton/nct6779d/acpi/superio.asl @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef SUPERIO_CHIP_NAME +#define SUPERIO_CHIP_NAME NCT6779D +#endif + +#ifndef SUPERIO_FULL_CHIP_NAME +#define SUPERIO_FULL_CHIP_NAME "Nuvoton NCT6779D Super I/O" +#endif + +/* + * See ASL file below for details of defines to control + * device visibilities. + */ +#include