[coreboot-gerrit] New patch to review for coreboot: vboot: Add vboot library to romstage and ramstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Tue Nov 8 09:04:42 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 789f3ee5581c39c4af885af84d2130326e3049c9
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Mon Nov 7 23:47:11 2016 -0800

    vboot: Add vboot library to romstage and ramstage
    
    This library is needed for calculating sha-256 of recovery mrc data in
    romstage and ramstage.
    
    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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc
index 3734245..36c7ed9 100644
--- a/src/vboot/Makefile.inc
+++ b/src/vboot/Makefile.inc
@@ -107,6 +107,8 @@ $(VB2_LIB): $(obj)/config.h
 		fwlib20
 
 libverstage-srcs += $(VB2_LIB)
+romstage-srcs += $(VB2_LIB)
+ramstage-srcs += $(VB2_LIB)
 
 ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
 cbfs-files-$(CONFIG_SEPARATE_VERSTAGE) += $(CONFIG_CBFS_PREFIX)/verstage



More information about the coreboot-gerrit mailing list