<p>Werner Zeh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29106">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lib/ramtest: Adjust address for RAM test<br><br>In patch 83bd46e (selfboot: remove bounce buffers) the address for<br>RAMBASE has been changed from 1 MiB to 14 MiB. As the address for the<br>quick RAM test was unfortunately hard coded it was overseen in the<br>mentioned patch.<br>Use now the value of CONFIG_RAMBASE for the quick RAM test so that the<br>address that will be used to load the ramstage is tested.<br><br>Change-Id: Ibc57e684a677ac64225ea54cb43e6fbb68930354<br>Signed-off-by: Werner Zeh <werner.zeh@siemens.com><br>---<br>M src/lib/ramtest.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/29106/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c</span><br><span>index 461a028..1344c95 100644</span><br><span>--- a/src/lib/ramtest.c</span><br><span>+++ b/src/lib/ramtest.c</span><br><span>@@ -214,5 +214,5 @@</span><br><span> </span><br><span> void quick_ram_check(void)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-      __quick_ram_check(0x100000);</span><br><span style="color: hsl(120, 100%, 40%);">+  __quick_ram_check(CONFIG_RAMBASE);</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29106">change 29106</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/29106"/><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: Ibc57e684a677ac64225ea54cb43e6fbb68930354 </div>
<div style="display:none"> Gerrit-Change-Number: 29106 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Werner Zeh <werner.zeh@siemens.com> </div>