From 988ee17fd2486415e8be4ebf49f57b5a1b97e685 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 24 Nov 2015 14:11:57 -0600 Subject: superio/winbond/w83667hg-a: Add support for W83667HG-A The KGPE-D16 and KCMA-D8 use a Winbond W83667HG-A SuperIO. While the Nuvoton NCT5572D is effectively the same core, and a close enough match to get things working initially, the W83667HG-A has a different LDN mapping and several extra features that require a separate support driver. Clone the Nuvoton NCT5572D and modify according to the W83667HG-A datasheet, version 1.4. Change-Id: I707ba2e40a22d41cd813003d84a82cb20304f55b Signed-off-by: Timothy Pearson Reviewed-on: https://review.coreboot.org/13156 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand Reviewed-by: Felix Held --- src/superio/winbond/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/winbond/Makefile.inc') diff --git a/src/superio/winbond/Makefile.inc b/src/superio/winbond/Makefile.inc index 67927dc708..ae4b283d3c 100644 --- a/src/superio/winbond/Makefile.inc +++ b/src/superio/winbond/Makefile.inc @@ -21,6 +21,7 @@ subdirs-y += w83627ehg subdirs-y += w83627hf subdirs-y += w83627thg subdirs-y += w83627uhg +subdirs-y += w83667hg-a subdirs-y += w83697hf subdirs-y += w83977tf subdirs-y += wpcd376i -- cgit v1.2.3