[coreboot-gerrit] Patch set updated for coreboot: soc/qualcomm/ipq40xx: Increase HEAP size.

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon May 9 16:41:06 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14682

-gerrit

commit 630226b983728ea5f534e4652aafa3f5df67d52b
Author: Kan Yan <kyan at google.com>
Date:   Thu Apr 21 18:30:20 2016 -0700

    soc/qualcomm/ipq40xx: Increase HEAP size.
    
    Increase the HEAP size to handle large vpd data.
    
    BUG=chrome-os-partner:50499
    TEST=board with vpd data no longer showing out of memory error
    BRANCH=none
    
    Change-Id: Ia0793a626c3500c3469c608bae987ae15a176016
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 12090652d2b70ec553a4f59fe9917a1b3b204579
    Original-Change-Id: I1ead4c104b27cf678c68132b0ab08e32c15790b2
    Original-Signed-off-by: Kan Yan <kyan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/340267
    Original-Commit-Ready: Nicolas Boichat <drinkcat at chromium.org>
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
---
 src/soc/qualcomm/ipq40xx/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig
index 48497be..b93f879 100644
--- a/src/soc/qualcomm/ipq40xx/Kconfig
+++ b/src/soc/qualcomm/ipq40xx/Kconfig
@@ -55,4 +55,8 @@ config SBL_UTIL_PATH
 	help
 	  Path for utils to combine SBL_ELF and bootblock
 
+config HEAP_SIZE
+	hex
+	default 0x8000
+
 endif



More information about the coreboot-gerrit mailing list