Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42211 )
Change subject: soc/intel/tigerlake: Increase heap size ......................................................................
soc/intel/tigerlake: Increase heap size
With SoundWire and USB4 enabled some boards are running out of memory with all of the ACPI devices and properties. Increase the heap size to accommodate.
BUG=b:147462631 TEST=Successfully boot on volteer SKU5 board with SoundWire enabled, before boot was failing with "Error! memalign: Out of memory"
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: I0245bdfad93b381871514578e66640e7fe6fa5c4 --- M src/soc/intel/tigerlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/42211/1
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index fbf56b4..92bba250 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -97,7 +97,7 @@
config HEAP_SIZE hex - default 0x8000 + default 0x10000
config MAX_ROOT_PORTS int