<p>Daniel Kurtz would like Daniel Kurtz to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/23554">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/kahlee: Initialize non-early i2c buses in mainboard_init<br><br>Initialize non-early i2c buses in ramstage.<br><br>BUG=b:69407112<br>TEST=Boot depthcharge w/ CLI enabled on grunt.<br>  devbeep<br>  => plays beep<br>BRANCH=None<br><br>Change-Id: I634a7a823cc393243841dbd55e52abe3f0e72c5a<br>Signed-off-by: Daniel Kurtz <djkurtz@chromium.org><br>---<br>M src/mainboard/google/kahlee/mainboard.c<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/23554/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/kahlee/mainboard.c b/src/mainboard/google/kahlee/mainboard.c</span><br><span>index b080682..b1a449d 100644</span><br><span>--- a/src/mainboard/google/kahlee/mainboard.c</span><br><span>+++ b/src/mainboard/google/kahlee/mainboard.c</span><br><span>@@ -138,6 +138,9 @@</span><br><span>        gpes = get_gpe_table(&num);</span><br><span>      gpe_configure_sci(gpes, num);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+     /* Initialize i2c busses that were not initialized in bootblock */</span><br><span style="color: hsl(120, 100%, 40%);">+    i2c_soc_init();</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>    /* Set GenIntDisable so that GPIO 90 is configured as a GPIO. */</span><br><span>     if (!IS_ENABLED(CONFIG_BOARD_GOOGLE_KAHLEE))</span><br><span>                 pm_write8(PM_PCIB_CFG,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23554">change 23554</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23554"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I634a7a823cc393243841dbd55e52abe3f0e72c5a </div>
<div style="display:none"> Gerrit-Change-Number: 23554 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Daniel Kurtz <djkurtz@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Daniel Kurtz <djkurtz@chromium.org> </div>