<p>Keith Hui has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21646">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">asus/p2b-d[s]: Move to EARLY_CBMEM_INIT<br><br>Boot tested on p2b-ds. Migrate p2b-d as well because they share<br>the same mainboard romstage.<br><br>Change-Id: I3e4b98cc6191d557325fc5da97744902996673af<br>Signed-off-by: Keith Hui <buurin@gmail.com><br>---<br>M src/mainboard/asus/p2b-d/Kconfig<br>M src/mainboard/asus/p2b-ds/Kconfig<br>M src/mainboard/asus/p2b-ds/romstage.c<br>3 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/21646/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/asus/p2b-d/Kconfig b/src/mainboard/asus/p2b-d/Kconfig<br>index 8bee3e1..ba2e7e0 100644<br>--- a/src/mainboard/asus/p2b-d/Kconfig<br>+++ b/src/mainboard/asus/p2b-d/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-ds/Kconfig b/src/mainboard/asus/p2b-ds/Kconfig<br>index 405edca..7d69d1f 100644<br>--- a/src/mainboard/asus/p2b-ds/Kconfig<br>+++ b/src/mainboard/asus/p2b-ds/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-ds/romstage.c b/src/mainboard/asus/p2b-ds/romstage.c<br>index 1d34bd9..1aa5955 100644<br>--- a/src/mainboard/asus/p2b-ds/romstage.c<br>+++ b/src/mainboard/asus/p2b-ds/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/21646">change 21646</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/21646"/><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: I3e4b98cc6191d557325fc5da97744902996673af </div>
<div style="display:none"> Gerrit-Change-Number: 21646 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Keith Hui <buurin@gmail.com> </div>