[coreboot-gerrit] Patch set updated for coreboot: vboot: Add vboot library to romstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Tue Nov 8 09:21:48 CET 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17271

-gerrit

commit 6bc51afabcef3d011cfa29479f136dc2d7068067
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Mon Nov 7 23:47:11 2016 -0800

    vboot: Add vboot library to romstage
    
    This library is needed for calculating sha-256 of recovery mrc data in
    romstage.
    
    BUG=chrome-os-partner:59355
    BRANCH=None
    TEST=Compiles succesfully for reef.
    
    Change-Id: Ie257208c7b3ad07d00e4eb777debf19c42a2fc0c
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/vboot/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc
index 2e75d45..9b91c35 100644
--- a/src/vboot/Makefile.inc
+++ b/src/vboot/Makefile.inc
@@ -111,6 +111,7 @@ $(VB2_LIB): $(obj)/config.h
 libverstage-srcs += $(VB2_LIB)
 
 ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
+romstage-srcs += $(VB2_LIB)
 cbfs-files-$(CONFIG_SEPARATE_VERSTAGE) += $(CONFIG_CBFS_PREFIX)/verstage
 $(CONFIG_CBFS_PREFIX)/verstage-file := $(objcbfs)/verstage.elf
 $(CONFIG_CBFS_PREFIX)/verstage-type := stage



More information about the coreboot-gerrit mailing list