From d429c1a84219573b470ea449a8641ded997ecbe2 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 17 Aug 2020 23:44:41 -0500 Subject: superio/winbond/wpcd376i: Resurrect the driver This SuperIO chip is used on the Intel DQ45EK mainboard. Restore the driver that was deleted in commit d3a1a4171ee9 ("src/superio: Remove unused superio chips"). Changes from the previous version include: - Replacing the early serial implementation with Winbond common code, - Replacing the license boilerplate with SPDX headers, and - Removing unnecessary header file references. Change-Id: I0ff1a63c47d5dff2599c83a1cebe1ac5ff2136b1 Signed-off-by: Samuel Holland Reviewed-on: https://review.coreboot.org/c/coreboot/+/44695 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Angel Pons --- src/superio/winbond/wpcd376i/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/superio/winbond/wpcd376i/Makefile.inc (limited to 'src/superio/winbond/wpcd376i/Makefile.inc') diff --git a/src/superio/winbond/wpcd376i/Makefile.inc b/src/superio/winbond/wpcd376i/Makefile.inc new file mode 100644 index 0000000000..e8e5e72a58 --- /dev/null +++ b/src/superio/winbond/wpcd376i/Makefile.inc @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +ramstage-$(CONFIG_SUPERIO_WINBOND_WPCD376I) += superio.c -- cgit v1.2.3