From aab226cc83124913875aea8f9056824aab38b3b7 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 8 Jun 2020 17:36:21 -0700 Subject: 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 Change-Id: I0245bdfad93b381871514578e66640e7fe6fa5c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42211 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Srinidhi N Kaushik Reviewed-by: Wonkyu Kim --- src/soc/intel/tigerlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index fbf56b46a9..92bba250a9 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -97,7 +97,7 @@ config IED_REGION_SIZE config HEAP_SIZE hex - default 0x8000 + default 0x10000 config MAX_ROOT_PORTS int -- cgit v1.2.3