<p>Ricardo Ribalda Delgado has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20681">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libpayload: Increase HEAP_SIZE<br><br>Bettong board with the standard configuration it is not capable of<br>running nvramui with the default size.<br><br>malloc error happens on PDC_makelines(). Resulting in:<br><br>Booting from CBFS...<br>Run img/nvramcui<br>Calling addr 0x00100000<br>initscr(): Unable to create stdscr.<br>exited with status 1<br><br>Change-Id: I56a0fb3319fe77599bf3dd6c328a0b70be60a348<br>Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com><br>---<br>M payloads/libpayload/configs/defconfig<br>1 file changed, 1 insertion(+), 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/81/20681/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig<br>index ef1982f..896039e 100644<br>--- a/payloads/libpayload/configs/defconfig<br>+++ b/payloads/libpayload/configs/defconfig<br>@@ -5,3 +5,4 @@<br> CONFIG_LP_USB_OHCI=y<br> CONFIG_LP_USB_EHCI=y<br> CONFIG_LP_USB_XHCI=y<br>+CONFIG_LP_HEAP_SIZE=262144<br></pre><p>To view, visit <a href="https://review.coreboot.org/20681">change 20681</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/20681"/><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: I56a0fb3319fe77599bf3dd6c328a0b70be60a348 </div>
<div style="display:none"> Gerrit-Change-Number: 20681 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> </div>