[coreboot-gerrit] Patch set updated for coreboot: soc/intel/skylake: Add monotonic_timer to verstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Mon Aug 22 18:35:26 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16292

-gerrit

commit 5767fe24d130458711f9df18026fd341ba7f942d
Author: Furquan Shaikh <furquan at 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 at 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
 



More information about the coreboot-gerrit mailing list