From c9c29264b8c41bc2462d9a9fd2240b5c9350cdc0 Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Wed, 27 Dec 2017 15:19:16 +0100 Subject: superio/ite/it8623e: add support for SIO chip ITE IT8623E MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds basic support for the SuperIO chip ITE IT8623E. Due to the lack of a datasheet, defaults are shown as "not available (NA)" in superiotool's register dump. LDNs defined in it8623e.h are definitely correct and working as expected. Change-Id: I05832c4db7ab59541337f11200640316376e792e Signed-off-by: Gergely Kiss Reviewed-on: https://review.coreboot.org/23001 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki Reviewed-by: Felix Held --- src/superio/ite/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/ite/Makefile.inc') diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index f27a3335f2..382dbd7310 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -19,6 +19,7 @@ romstage-$(CONFIG_SUPERIO_ITE_COMMON_ROMSTAGE) += common/early_serial.c ## include generic ite environment controller driver ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c +subdirs-y += it8623e subdirs-y += it8671f subdirs-y += it8712f subdirs-y += it8716f -- cgit v1.2.3