<p>Keith Hui has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22228">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">asus/p2b: Move to EARLY_CBMEM_INIT<br><br>Change-Id: I0bf4d6318ade6e931db4f8b1af08db1f9f93c313<br>Signed-off-by: Keith Hui <buurin@gmail.com><br>---<br>M src/mainboard/asus/p2b/Kconfig<br>M src/mainboard/asus/p2b/romstage.c<br>2 files changed, 2 insertions(+), 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/28/22228/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig<br>index f2e85b6..6b934a5 100644<br>--- a/src/mainboard/asus/p2b/Kconfig<br>+++ b/src/mainboard/asus/p2b/Kconfig<br>@@ -18,7 +18,6 @@<br>         def_bool y<br>    select CPU_INTEL_SLOT_1<br>       select NORTHBRIDGE_INTEL_I440BX<br>-      select LATE_CBMEM_INIT<br>        select SOUTHBRIDGE_INTEL_I82371EB<br>     select SUPERIO_WINBOND_W83977TF<br>       select HAVE_PIRQ_TABLE<br>diff --git a/src/mainboard/asus/p2b/romstage.c b/src/mainboard/asus/p2b/romstage.c<br>index 70e4323..ccf39e6 100644<br>--- a/src/mainboard/asus/p2b/romstage.c<br>+++ b/src/mainboard/asus/p2b/romstage.c<br>@@ -24,6 +24,7 @@<br> #include <superio/winbond/common/winbond.h><br> #include <superio/winbond/w83977tf/w83977tf.h><br> #include <lib.h><br>+#include <cbmem.h><br> <br> #define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)<br> <br>@@ -40,4 +41,5 @@<br> <br>   enable_smbus();<br>       sdram_initialize();<br>+  cbmem_initialize_empty();<br> }<br></pre><p>To view, visit <a href="https://review.coreboot.org/22228">change 22228</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/22228"/><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: I0bf4d6318ade6e931db4f8b1af08db1f9f93c313 </div>
<div style="display:none"> Gerrit-Change-Number: 22228 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Keith Hui <buurin@gmail.com> </div>