From 59d89a8e599eb15582fbf56a11f08da08ff19ed3 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 9 Feb 2018 18:42:49 -0500 Subject: purism/librem_skl: Enable TPM support Change the GPIO to match the TPM-enabled motherboards, and add TPM support in devicetree and enable the config. After changing the GPIO table, the librem 13v2 and librem 15v3 now have the same GPIOs, so use a single gpio.h file instead of one file per variant. Change-Id: I425654c1c972118aa81c27961246238c2eef782d Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/23683 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Patrick Georgi --- src/mainboard/purism/librem_skl/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/purism/librem_skl/Kconfig') diff --git a/src/mainboard/purism/librem_skl/Kconfig b/src/mainboard/purism/librem_skl/Kconfig index f68fd239f9..be4b7a37c7 100644 --- a/src/mainboard/purism/librem_skl/Kconfig +++ b/src/mainboard/purism/librem_skl/Kconfig @@ -9,6 +9,7 @@ config BOARD_PURISM_BASEBOARD_LIBREM_SKL select SERIRQ_CONTINUOUS_MODE select MAINBOARD_USES_FSP2_0 select SPD_READ_BY_WORD + select MAINBOARD_HAS_LPC_TPM if BOARD_PURISM_BASEBOARD_LIBREM_SKL -- cgit v1.2.3