<p>Keith Hui has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21348">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/intel/slot_1: Enable postcar frame for EARLY_CBMEM_INIT boards<br><br>Move mainboards with EARLY_CBMEM_INIT support to cpu/intel/car/romstage.c<br>that implements postcar frames, part of the cbmem in romstage scheme.<br><br>Requires assembly support provided by https://review.coreboot.org/c/21329/.<br><br>Brought to you by https://review.coreboot.org/c/20977/.<br>Boot tested on asus/p2b-ls.<br><br>Change-Id: Iee0407408a3b5c2cd13fd2f4c28e9a9037e8ed12<br>Signed-off-by: Keith Hui <buurin@gmail.com><br>---<br>M src/cpu/intel/slot_1/Makefile.inc<br>1 file 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/48/21348/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/cpu/intel/slot_1/Makefile.inc b/src/cpu/intel/slot_1/Makefile.inc<br>index ca7c154..f466da1 100644<br>--- a/src/cpu/intel/slot_1/Makefile.inc<br>+++ b/src/cpu/intel/slot_1/Makefile.inc<br>@@ -29,4 +29,5 @@<br> subdirs-y += ../microcode<br> <br> cpu_incs-y += $(src)/cpu/intel/car/cache_as_ram.inc<br>-romstage-y += ../car/romstage_legacy.c<br>+romstage-$(CONFIG_LATE_CBMEM_INIT) += ../car/romstage_legacy.c<br>+romstage-$(CONFIG_EARLY_CBMEM_INIT) += ../car/romstage.c<br></pre><p>To view, visit <a href="https://review.coreboot.org/21348">change 21348</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/21348"/><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: Iee0407408a3b5c2cd13fd2f4c28e9a9037e8ed12 </div>
<div style="display:none"> Gerrit-Change-Number: 21348 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Keith Hui <buurin@gmail.com> </div>