<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20538">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/butterfly: add function needed for MRC raminit<br><br>All other Sandy/IvyBridge google boards have this function,<br>which is required by nb/sandybridge/raminit_mrc.c. Without it,<br>compilation fails when using MRC vs native ram init.<br><br>Change-Id: I3318700c540e97baf0a75aafb73f160aaae6703f<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/mainboard/google/butterfly/romstage.c<br>1 file changed, 5 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/38/20538/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c<br>index 1ce25b4..50e037f 100644<br>--- a/src/mainboard/google/butterfly/romstage.c<br>+++ b/src/mainboard/google/butterfly/romstage.c<br>@@ -188,3 +188,8 @@<br>   };<br>    *pei_data = pei_data_template;<br> }<br>+<br>+int mainboard_should_reset_usb(int s3resume)<br>+{<br>+     return !s3resume;<br>+}<br></pre><p>To view, visit <a href="https://review.coreboot.org/20538">change 20538</a>. To unsubscribe, 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/20538"/><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: I3318700c540e97baf0a75aafb73f160aaae6703f </div>
<div style="display:none"> Gerrit-Change-Number: 20538 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>