<p>John Zhao has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23560">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: Increase heap size<br><br>After adding NHLT and max98373 amp support, cnlrvp fails to boot<br>with error: out of memory (free_mem_ptr >= free_mem_end_ptr).<br>Increase HEAP_SIZE from 0x4000 to 0x8000.<br><br>BUG=None<br>TEST= emerge-cnlrvp coreboot nhlt-blobs chromeos-bootimage coreboot-private-files-cnlrvp<br><br>Change-Id: Icb0f3c626b784d73e417e5722b3b4da29ab5acce<br>Signed-off-by: John Zhao <john.zhao@intel.com><br>---<br>M src/soc/intel/cannonlake/Kconfig<br>1 file changed, 4 insertions(+), 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/60/23560/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig</span><br><span>index e832d71..c3193e6 100644</span><br><span>--- a/src/soc/intel/cannonlake/Kconfig</span><br><span>+++ b/src/soc/intel/cannonlake/Kconfig</span><br><span>@@ -115,6 +115,10 @@</span><br><span>        hex</span><br><span>  default 0x400000</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+config HEAP_SIZE</span><br><span style="color: hsl(120, 100%, 40%);">+        hex</span><br><span style="color: hsl(120, 100%, 40%);">+   default 0x8000</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> config NHLT_DMIC_1CH_16B</span><br><span>         bool</span><br><span>         depends on ACPI_NHLT</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23560">change 23560</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/23560"/><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: Icb0f3c626b784d73e417e5722b3b4da29ab5acce </div>
<div style="display:none"> Gerrit-Change-Number: 23560 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: John Zhao <john.zhao@intel.com> </div>