Lijian Zhao (lijian.zhao@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15038
-gerrit
commit f9c240794c88a1aa83a51f652e725be5b37e7438 Author: Saurabh Satija saurabh.satija@intel.com Date: Wed Apr 20 15:30:16 2016 -0700
apollolake: Increase HEAP size to 64KB
We are running out of HEAP (16KB currently) when we add NHLT blobs in cbfs
Change-Id: I5d4872178d6e8700da89bf93e8d48cf46c4cd85b Signed-off-by: Saurabh Satija saurabh.satija@intel.com Reviewed-on: https://chromium.devtools.intel.com/7140 Reviewed-by: Petrov, Andrey andrey.petrov@intel.com Reviewed-on: https://chromium.devtools.intel.com/7569 Tested-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