summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-08-09 08:55:34 +0200
committerMartin Roth <martinroth@google.com>2019-08-11 03:03:33 +0000
commit7ca7dbc0f57bea43e7dabd4cbe9c28ad54b18fa2 (patch)
treecb3094d360194b2322afeed23a0abf4a8ed3860c /src/vendorcode/eltan
parentd366f547445ce0fc14ebf537417f429e329ce191 (diff)
downloadcoreboot-7ca7dbc0f57bea43e7dabd4cbe9c28ad54b18fa2.tar.gz
coreboot-7ca7dbc0f57bea43e7dabd4cbe9c28ad54b18fa2.tar.bz2
coreboot-7ca7dbc0f57bea43e7dabd4cbe9c28ad54b18fa2.zip
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 <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lance Zhao <lance.zhao@gmail.com>
Diffstat (limited to 'src/vendorcode/eltan')
-rw-r--r--src/vendorcode/eltan/security/lib/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/eltan/security/lib/Makefile.inc b/src/vendorcode/eltan/security/lib/Makefile.inc
index 5ef1bca65fc4..1f747592533c 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