Furquan Shaikh (furquan@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15046
-gerrit
commit cbc3b7d39ee89ca35da2c70578c71540e5bc6ab5 Author: Furquan Shaikh furquan@google.com Date: Wed Jun 1 01:55:43 2016 -0700
intel/apollolake: Add car.c to verstage
Verstage on apollolake requires the functions defined in car.c to perform flush of l1d to l2 on loading romstage into CAR.
Change-Id: I6d9a0b9dfb58c2126ad70172846e90663e588857 Signed-off-by: Furquan Shaikh furquan@google.com --- src/soc/intel/apollolake/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 29636e1..c26cd07 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -18,6 +18,8 @@ bootblock-y += mmap_boot.c bootblock-y += tsc_freq.c bootblock-$(CONFIG_SOC_UART_DEBUG) += uart_early.c
+verstage-y += car.c + romstage-y += car.c romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += romstage.c romstage-y += gpio.c