From 7ca7dbc0f57bea43e7dabd4cbe9c28ad54b18fa2 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Fri, 9 Aug 2019 08:55:34 +0200 Subject: vendorcode/eltan/security/lib: Add missing vb2ex_printf() Build error on missing vb2ex_printf() in bootblock stage Add the file vboot_logic.c which contains the missing vb2ex_printf(). BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701 Change-Id: I3f649f3faf1e812d592e4981bc75698e2cad1cc8 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/34666 Tested-by: build bot (Jenkins) Reviewed-by: Lance Zhao --- src/vendorcode/eltan/security/lib/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/eltan') diff --git a/src/vendorcode/eltan/security/lib/Makefile.inc b/src/vendorcode/eltan/security/lib/Makefile.inc index 5ef1bca65f..1f74759253 100644 --- a/src/vendorcode/eltan/security/lib/Makefile.inc +++ b/src/vendorcode/eltan/security/lib/Makefile.inc @@ -41,6 +41,7 @@ CFLAGS_common += -I3rdparty/vboot/firmware/lib21/include ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),) bootblock-$(CONFIG_C_ENVIRONMENT_BOOTBLOCK) += cb_sha.c +bootblock-y += ../../../../security/vboot/vboot_logic.c $(eval $(call vendor-security-lib,bootblock)) bootblock-srcs += $(obj)/external/ven_sec_lib-bootblock/vboot_fw21.a -- cgit v1.2.3