[coreboot-gerrit] New patch to review for coreboot: f78979e intel/broadwell: Build monotonic timer driver for SMM

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Apr 29 20:45:33 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 f78979e069d20571990fa37424bf782e65962f50
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 ec6b9ae..9905ca2 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -32,6 +32,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