Furquan Shaikh (furquan@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16242
-gerrit
commit ecfb71aa68a971b9501477427a05e7ffc881cb0d Author: Furquan Shaikh furquan@google.com Date: Wed Aug 17 16:16:39 2016 -0700
intel/apollolake: Add itss.c to smm
This is required for configuring gpios before entering sleep.
BUG=chrome-os-partner:56281
Change-Id: I4d8be0513aa202f001f980bb91986b50b8ed2a5b Signed-off-by: Furquan Shaikh furquan@google.com --- src/soc/intel/apollolake/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 6eb9d9a..f2ffdfd 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -41,6 +41,7 @@ romstage-y += spi.c smm-y += mmap_boot.c smm-y += pmutil.c smm-y += gpio.c +smm-y += itss.c smm-y += smihandler.c smm-y += spi.c smm-y += tsc_freq.c