Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10129
-gerrit
commit e615e795fe9ed4d03ada89677c58748161196ee1 Author: Patrick Georgi pgeorgi@chromium.org Date: Thu May 7 12:30:06 2015 +0200
secmon: Add some missing files
secmon is referring to uart's default_baudrate() and various coreboot version strings.
Change-Id: I40a8d1979146058409a814d94ea24de83ee4d634 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/drivers/uart/Makefile.inc | 1 + src/lib/Makefile.inc | 1 + 2 files changed, 2 insertions(+)
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index c4feb9a..cdd5fd5 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -1,6 +1,7 @@ romstage-y += util.c ramstage-y += util.c bootblock-y += util.c +secmon-y += util.c smm-$(CONFIG_DEBUG_SMI) += util.c
# Add the driver, only one can be enabled. The driver files may diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index ef4e2aa..1d0851f 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -139,6 +139,7 @@ bootblock-y += version.c romstage-y += version.c ramstage-y += version.c smm-y += version.c +secmon-y += version.c
$(obj)/lib/version.bootblock.o : $(obj)/build.h $(obj)/lib/version.romstage.o : $(obj)/build.h