aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism/librem_skl/ramstage.c
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@puri.sm>2018-02-09 18:42:49 -0500
committerPatrick Georgi <pgeorgi@google.com>2018-04-06 06:41:20 +0000
commit59d89a8e599eb15582fbf56a11f08da08ff19ed3 (patch)
tree1df65f09dbbb1c26343cbc7795de8225340c9953 /src/mainboard/purism/librem_skl/ramstage.c
parent91c8e23e013204d415582b6ff2444ba5e3021306 (diff)
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 <youness.alaoui@puri.sm> Reviewed-on: https://review.coreboot.org/23683 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/purism/librem_skl/ramstage.c')
-rw-r--r--src/mainboard/purism/librem_skl/ramstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem_skl/ramstage.c b/src/mainboard/purism/librem_skl/ramstage.c
index 15912cf862..94f8071340 100644
--- a/src/mainboard/purism/librem_skl/ramstage.c
+++ b/src/mainboard/purism/librem_skl/ramstage.c
@@ -15,7 +15,7 @@
*/
#include <soc/ramstage.h>
-#include <variant/gpio.h>
+#include "gpio.h"
void mainboard_silicon_init_params(FSP_SIL_UPD *params)
{