Saurabh Satija (saurabh.satija@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15038
-gerrit
commit 58ea96793cf9f917911d1f45f9483d656119804b Author: Saurabh Satija saurabh.satija@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@intel.com Reviewed-by: Petrov, Andrey andrey.petrov@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