[coreboot-gerrit] Patch set updated for coreboot: 2f8e918 intel/broadwell: Build monotonic timer driver for SMM

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Apr 30 14:31:52 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10033

-gerrit

commit 2f8e91809b11b479ecbd26cc007699da8457aab8
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Apr 29 20:43:44 2015 +0200

    intel/broadwell: Build monotonic timer driver for SMM
    
    SPI flash drivers need it.
    
    Change-Id: I63d79472d70d75f7907e7620755c228d5a4918e1
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/intel/broadwell/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc
index 8b4a0c1..d7845e6 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -33,6 +33,7 @@ ramstage-y += memmap.c
 romstage-y += memmap.c
 ramstage-y += minihd.c
 ramstage-y += monotonic_timer.c
+smm-y      += monotonic_timer.c
 ramstage-y += pch.c
 romstage-y += pch.c
 ramstage-y += pcie.c



More information about the coreboot-gerrit mailing list