From 85aec31c1497dee949bf3058c77eb2040bfce71e Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Sat, 14 Jul 2018 17:08:27 -0600 Subject: soc/amd/stoneyridge: Add GPIO functions to SMM GPIO functions are required by the Grunt SMI handler. Change-Id: Id729139b02c10bdd922b3df298f8f9feb1aff745 Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/27485 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index c2d48d5f6d..5df4889553 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -126,6 +126,7 @@ smm-y += tsc_freq.c smm-$(CONFIG_DEBUG_SMI) += uart.c smm-$(CONFIG_SPI_FLASH) += spi.c smm-y += nb_util.c +smm-y += gpio.c CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge/include -- cgit v1.2.3