[coreboot-gerrit] New patch to review for coreboot: ff32786 lib: When used, add timestamp.c to bootblock and verstage, too

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Apr 27 18:23:23 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/10003

-gerrit

commit ff327869a7a1b42b0c6b482d8d1f79422a35f678
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Apr 27 18:03:50 2015 +0200

    lib: When used, add timestamp.c to bootblock and verstage, too
    
    Otherwise it won't build.
    
    Change-Id: If9e1435b0dc8bfe220b3a257976e928373fbc9a5
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/lib/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index f0fb02874..386754a 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -25,6 +25,7 @@ bootblock-$(CONFIG_GENERIC_GPIO_LIB) += gpio.c
 
 bootblock-$(CONFIG_GENERIC_UDELAY) += timer.c
 
+bootblock-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c
 bootblock-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c
 bootblock-y += memchr.c
 bootblock-y += memcmp.c
@@ -33,6 +34,7 @@ verstage-y += prog_ops.c
 verstage-y += delay.c
 verstage-y += cbfs.c
 verstage-y += memcmp.c
+verstage-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c
 verstage-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c
 verstage-$(CONFIG_COMMON_CBFS_SPI_WRAPPER) += cbfs_spi.c
 verstage-y += tlcl.c



More information about the coreboot-gerrit mailing list