Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10708
-gerrit
commit bef3d62d4f3268355aeab2774754cba38f7dc138 Author: Patrick Georgi pgeorgi@chromium.org Date: Mon Jun 29 23:11:21 2015 +0200
lib: add delay.c to bootblock if I2C_TPM driver is enabled
Change-Id: I752fcc3b8687e4f861c3977322ebb6439f14fac4 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/lib/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 76c8fd3..bda7586 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -30,6 +30,7 @@ bootblock-$(CONFIG_GENERIC_UDELAY) += timer.c
bootblock-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c bootblock-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c +bootblock-$(CONFIG_I2C_TPM) += delay.c bootblock-y += memchr.c bootblock-y += memcmp.c bootblock-y += mem_pool.c