Furquan Shaikh (furquan@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16292
-gerrit
commit bb1e7109fdba96de7b9e9620a349ce29ff6e5ce0 Author: Furquan Shaikh furquan@google.com Date: Sun Aug 21 20:42:48 2016 -0700
soc/intel/skylake: Add monotonic_timer to verstage
This fixes the compilation error for glados and chell boards on chromium builder when vboot verification is selected.
Change-Id: I8a22218d36287897bf06571998bcc564ece2e49a Signed-off-by: Furquan Shaikh furquan@google.com --- src/soc/intel/skylake/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc index b92eab3..716c3d5 100644 --- a/src/soc/intel/skylake/Makefile.inc +++ b/src/soc/intel/skylake/Makefile.inc @@ -28,6 +28,7 @@ bootblock-y += pmutil.c bootblock-y += tsc_freq.c
verstage-y += flash_controller.c +verstage-y += monotonic_timer.c verstage-y += pch.c verstage-$(CONFIG_UART_DEBUG) += uart_debug.c