[coreboot-gerrit] New patch to review for coreboot: chromeos: push vbnv_* accessors from verstage to libverstage

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Jun 29 23:11:52 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10706

-gerrit

commit 8e93481265905d9bb7b63fc4e4a33168a5a91a73
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Jun 29 23:08:44 2015 +0200

    chromeos: push vbnv_* accessors from verstage to libverstage
    
    That way they're available wherever the verstage code ends up, bootblock,
    verstage or romstage.
    
    Change-Id: I6e59a40761f95a98d96a9b72e3bbcc59caae9b1a
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/Makefile.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc
index df24435..5325bdd 100644
--- a/src/vendorcode/google/chromeos/Makefile.inc
+++ b/src/vendorcode/google/chromeos/Makefile.inc
@@ -22,13 +22,13 @@ verstage-y += chromeos.c
 romstage-y += chromeos.c
 ramstage-y += chromeos.c
 
-verstage-$(CONFIG_CHROMEOS_VBNV_CMOS) += vbnv_cmos.c
+libverstage-$(CONFIG_CHROMEOS_VBNV_CMOS) += vbnv_cmos.c
 romstage-$(CONFIG_CHROMEOS_VBNV_CMOS) += vbnv_cmos.c
 ramstage-$(CONFIG_CHROMEOS_VBNV_CMOS) += vbnv_cmos.c
-verstage-$(CONFIG_CHROMEOS_VBNV_EC) += vbnv_ec.c
+libverstage-$(CONFIG_CHROMEOS_VBNV_EC) += vbnv_ec.c
 romstage-$(CONFIG_CHROMEOS_VBNV_EC) += vbnv_ec.c
 ramstage-$(CONFIG_CHROMEOS_VBNV_EC) += vbnv_ec.c
-verstage-$(CONFIG_CHROMEOS_VBNV_FLASH) += vbnv_flash.c
+libverstage-$(CONFIG_CHROMEOS_VBNV_FLASH) += vbnv_flash.c
 romstage-$(CONFIG_CHROMEOS_VBNV_FLASH) += vbnv_flash.c
 ramstage-$(CONFIG_CHROMEOS_VBNV_FLASH) += vbnv_flash.c
 



More information about the coreboot-gerrit mailing list