From 3ac3a68eef7ebd14cee7e09e22f02a8f6ce54f24 Mon Sep 17 00:00:00 2001 From: Julien Viard de Galbert Date: Thu, 29 Mar 2018 11:36:21 +0200 Subject: soc/intel/denverton_ns: port gpio to intelblock The intelblock code is common code already used by appololake and cannonlake platform. The denverton platform also use a similar gpio controller so the intelblock code can be used as well. Change-Id: I7ecfb5a3527e9c893930149f7b847a41c5dd9374 Signed-off-by: Julien Viard de Galbert Reviewed-on: https://review.coreboot.org/24928 Reviewed-by: Philipp Deppenwiese Tested-by: build bot (Jenkins) --- src/soc/intel/denverton_ns/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/denverton_ns/Makefile.inc') diff --git a/src/soc/intel/denverton_ns/Makefile.inc b/src/soc/intel/denverton_ns/Makefile.inc index 712b21c39e..3f6333dc0c 100644 --- a/src/soc/intel/denverton_ns/Makefile.inc +++ b/src/soc/intel/denverton_ns/Makefile.inc @@ -40,6 +40,7 @@ romstage-y += reset.c romstage-y += romstage.c romstage-y += tsc_freq.c romstage-y += gpio_dnv.c +romstage-y += gpio.c romstage-y += soc_util.c romstage-y += spi.c romstage-y += fiamux.c -- cgit v1.2.3