From 545ed7ab3b2ad9e4fabeaae22fa4b7f07a6a9b1f Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Wed, 14 Feb 2018 16:47:12 +0100 Subject: drivers/i2c: Add i2c TPM support for different stages Change-Id: Ib0839933f8b59f0c87cdda4e5374828bd6f1099f Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/23759 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: David Hendricks --- src/soc/intel/cannonlake/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/cannonlake/Makefile.inc') diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc index 0a09eb6780..013e86a922 100644 --- a/src/soc/intel/cannonlake/Makefile.inc +++ b/src/soc/intel/cannonlake/Makefile.inc @@ -65,6 +65,9 @@ smm-$(CONFIG_UART_DEBUG) += uart.c postcar-y += memmap.c postcar-y += pmutil.c +postcar-y += i2c.c +postcar-y += gspi.c +postcar-y += spi.c postcar-$(CONFIG_UART_DEBUG) += uart.c verstage-y += gspi.c -- cgit v1.2.3