Mathew King has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51263 )
Change subject: soc/amd/cezanne: Include gpio.c in smm ......................................................................
soc/amd/cezanne: Include gpio.c in smm
Mainboards can configure gpios in their smihandler.
BUG=b:180507707 TEST=builds
Signed-off-by: Mathew King mathewk@chromium.org Change-Id: I6c2b28f981f580cfb6f982a2d7e4c309d6f82e0b --- M src/soc/amd/cezanne/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/51263/1
diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc index 16b69f3..4c67b2b 100644 --- a/src/soc/amd/cezanne/Makefile.inc +++ b/src/soc/amd/cezanne/Makefile.inc @@ -36,6 +36,7 @@ ramstage-y += root_complex.c ramstage-y += uart.c
+smm-y += gpio.c smm-y += smihandler.c smm-y += smu.c smm-$(CONFIG_DEBUG_SMI) += uart.c