[coreboot-gerrit] Patch set updated for coreboot: i2c/ww_ring: Add ww_ring files to ramstage

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Jul 27 18:03:44 CEST 2016


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

-gerrit

commit b2cc4c956ac6ca7f55951142a447f879edefef47
Author: Furquan Shaikh <furquan at google.com>
Date:   Mon Jul 25 16:56:44 2016 -0700

    i2c/ww_ring: Add ww_ring files to ramstage
    
    These files are required by storm and gale boards for enabling elog
    support in ramstage.
    
    BUG=chrome-os-partner:55639
    
    Change-Id: I2bbfee2acf2bfe2f896a8619b1276dcea1b87f16
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/drivers/i2c/ww_ring/Makefile.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/drivers/i2c/ww_ring/Makefile.inc b/src/drivers/i2c/ww_ring/Makefile.inc
index eabd3bf..09f2e93 100644
--- a/src/drivers/i2c/ww_ring/Makefile.inc
+++ b/src/drivers/i2c/ww_ring/Makefile.inc
@@ -1,2 +1,5 @@
 libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
 libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c
+
+ramstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
+ramstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c



More information about the coreboot-gerrit mailing list