[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Increase heap size to 64 KiB

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Wed Jun 1 03:24:23 CEST 2016


Saurabh Satija (saurabh.satija at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15038

-gerrit

commit ab7f19fd44fb39205607cf43058c1839cb054adf
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Wed Apr 20 15:30:16 2016 -0700

    soc/intel/apollolake: Increase heap size to 64 KiB
    
    We run out of heap space (current default is 16 KiB)
    when NHLT blobs are loaded.
    
    Change-Id: I5d4872178d6e8700da89bf93e8d48cf46c4cd85b
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
    Reviewed-by: Petrov, Andrey <andrey.petrov at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index d6c5ffc..0b9c05a 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -160,4 +160,8 @@ config LBP2_FILE_NAME
 	help
 	  Name of file to store in the logical boot partition 2 region.
 
+config HEAP_SIZE
+	hex
+	default 0x10000
+
 endif



More information about the coreboot-gerrit mailing list