[coreboot-gerrit] New patch to review for coreboot: soc/intel/skylake: Add monotonic_timer to verstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Mon Aug 22 05:45:45 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 454aad05705472d40af1cca451e89644b9e11d63
Author: Furquan Shaikh <furquan at google.com>
Date:   Sun Aug 21 20:42:48 2016 -0700

    soc/intel/skylake: Add monotonic_timer to verstage
    
    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