[coreboot-gerrit] Change in coreboot[master]: libpayload: Increase HEAP_SIZE

Ricardo Ribalda Delgado (Code Review) gerrit at coreboot.org
Fri Jul 21 13:42:12 CEST 2017


Ricardo Ribalda Delgado has uploaded this change for review. ( https://review.coreboot.org/20681


Change subject: libpayload: Increase HEAP_SIZE
......................................................................

libpayload: Increase HEAP_SIZE

Bettong board with the standard configuration it is not capable of
running nvramui with the default size.

malloc error happens on PDC_makelines(). Resulting in:

Booting from CBFS...
Run img/nvramcui
Calling addr 0x00100000
initscr(): Unable to create stdscr.
exited with status 1

Change-Id: I56a0fb3319fe77599bf3dd6c328a0b70be60a348
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
---
M payloads/libpayload/configs/defconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/20681/1

diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig
index ef1982f..896039e 100644
--- a/payloads/libpayload/configs/defconfig
+++ b/payloads/libpayload/configs/defconfig
@@ -5,3 +5,4 @@
 CONFIG_LP_USB_OHCI=y
 CONFIG_LP_USB_EHCI=y
 CONFIG_LP_USB_XHCI=y
+CONFIG_LP_HEAP_SIZE=262144

-- 
To view, visit https://review.coreboot.org/20681
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I56a0fb3319fe77599bf3dd6c328a0b70be60a348
Gerrit-Change-Number: 20681
Gerrit-PatchSet: 1
Gerrit-Owner: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170721/3dd6f122/attachment.html>


More information about the coreboot-gerrit mailing list