<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20819">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/braswell/Kconfig: select RELOCATABLE_RAMSTAGE<br><br>Without RELOCATABLE_RAMSTAGE selected, S3 resume will hang under<br>Linux and Windows.  All other Intel SoCs have this selected by<br>default, so this change simply corrects an omission on Braswell.<br><br>TEST: boot Linux on google/cyan with and without RELOCATABLE_RAMSTAGE<br>selected; observe that S3 resume fails without and succeeds with.<br><br>Change-Id: I9071d9b4e3e3a156281d95fae059947c4c26f744<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/soc/intel/braswell/Kconfig<br>1 file changed, 1 insertion(+), 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/19/20819/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig<br>index 36af3fe..cc537e7 100644<br>--- a/src/soc/intel/braswell/Kconfig<br>+++ b/src/soc/intel/braswell/Kconfig<br>@@ -23,6 +23,7 @@<br>      select HAVE_HARD_RESET<br>        select NO_FIXED_XIP_ROM_SIZE<br>  select RELOCATABLE_MODULES<br>+   select RELOCATABLE_RAMSTAGE<br>   select PARALLEL_MP<br>    select PCIEXP_ASPM<br>    select PCIEXP_CLK_PM<br></pre><p>To view, visit <a href="https://review.coreboot.org/20819">change 20819</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/20819"/><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: I9071d9b4e3e3a156281d95fae059947c4c26f744 </div>
<div style="display:none"> Gerrit-Change-Number: 20819 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>