summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2020-08-04 16:05:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-17 06:10:49 +0000
commit363cd1d886cf568548810202c0f69a0d9c42849d (patch)
tree7ac6b41daf352be5150b1f793ef39e4f1187f037 /payloads
parentc5fb088d0e842668a023649c0a943f2015ce8cf5 (diff)
downloadcoreboot-363cd1d886cf568548810202c0f69a0d9c42849d.tar.xz
libpayload/defconfig: Set default heap size to 1MiB
libpayload's drivers keep growing. With certain hardware/payload combinations (last time witnessed with Kontron/bSL6 and FILO), the default configuration runs out of memory. As there is a lot enabled by default, also set a big default heap size. Tested with FILO on QEMU/Q35. Change-Id: I51a1514097aeb8b3c835a2387db66869b81d0bcc Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44176 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/configs/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig
index 896039ea0b..4ef1ed15b7 100644
--- a/payloads/libpayload/configs/defconfig
+++ b/payloads/libpayload/configs/defconfig
@@ -5,4 +5,4 @@ CONFIG_LP_USB_UHCI=y
CONFIG_LP_USB_OHCI=y
CONFIG_LP_USB_EHCI=y
CONFIG_LP_USB_XHCI=y
-CONFIG_LP_HEAP_SIZE=262144
+CONFIG_LP_HEAP_SIZE=1048576