[coreboot-gerrit] Patch set updated for coreboot: 895a9b6 ryu: remove call to soc_configure_i2c6pad()

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Mar 26 14:11:54 CET 2015


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

-gerrit

commit 895a9b60fb5938e6e06024defa35e76cd91495f6
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Sep 5 09:01:01 2014 -0500

    ryu: remove call to soc_configure_i2c6pad()
    
    This function is breaking display bring up in the kernel. While
    this functionality may be needed it's not until there is a
    necessity to beep and/or bring up the display in firmware.
    
    BUG=chrome-os-partner:31820
    BRANCH=None
    TEST=Sean ran with this patch and the display indeed did come up.
    
    Change-Id: I5cf8a6c6e6941ee138991933215f96f5562382be
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 038bc1d53028409d0640c78fb62c7025ba12dcb9
    Original-Change-Id: I833d66a0e63e04118b130b6803a7a3b68c802148
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/216421
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/rush_ryu/romstage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/google/rush_ryu/romstage.c b/src/mainboard/google/rush_ryu/romstage.c
index 578b1e6..81de2cb 100644
--- a/src/mainboard/google/rush_ryu/romstage.c
+++ b/src/mainboard/google/rush_ryu/romstage.c
@@ -93,7 +93,6 @@ void romstage_mainboard_init(void)
 	/* Bring up controller interfaces for ramstage loading. */
 	soc_configure_funits(funits, ARRAY_SIZE(funits));
 	soc_configure_pads(padcfgs, ARRAY_SIZE(padcfgs));
-	soc_configure_i2c6pad();
 
 	/* TPM */
 	i2c_init(I2C3_BUS);



More information about the coreboot-gerrit mailing list