[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Increase HEAP_SIZE

Sathyanarayana Nujella (sathyanarayana.nujella@intel.com) gerrit at coreboot.org
Sat Nov 12 04:13:01 CET 2016


Sathyanarayana Nujella (sathyanarayana.nujella at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17157

-gerrit

commit ea783edc60ca780aa52201f20178afa4a35bca58
Author: Sathyanarayana Nujella <sathyanarayana.nujella at intel.com>
Date:   Wed Oct 26 17:38:49 2016 -0700

    soc/intel/apollolake: Increase HEAP_SIZE
    
    Adding both 2-ch & 4-ch DMIC blob causes the below error:
    memalign(boundary=8, size=3048): failed: Tried to round up
    	free_mem_ptr 7abc48b0 to 7abc5498
    but free_mem_end_ptr is 7abc4d70
    Error! memalign: Out of memory (free_mem_ptr >= free_mem_end_ptr)
    
    Increased heap size fixes the above issue.
    
    BUG=chrome-os-partner:56918
    BRANCH=none
    TEST=Compiles successfully for reef
    
    Change-Id: Ic910f169f7ef4bb746cb273e276428713a884227
    Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella 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 4b178ab..feeea1b 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -210,6 +210,10 @@ config IFWI_FILE_NAME
 	help
 	  Name of file to store in the IFWI region.
 
+config HEAP_SIZE
+	hex
+	default 0x8000
+
 config NHLT_DMIC_1CH_16B
 	bool
 	depends on ACPI_NHLT



More information about the coreboot-gerrit mailing list