From acbc4912375085a099c2427def464d6e481f2a90 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 6 Nov 2023 17:22:34 +0000 Subject: Revert "Kconfig: Bring HEAP_SIZE to a common, large value" This reverts commit 44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6. Reason for revert: It breaks wakeup from suspend on a bunch of boards. While this approach of eyeballing "correct" values by chipset _should_ be fixed, it should also be accompanied by compile time verification that the memory map works out. Since nobody seems to care enough, let's just revert this, instead of keeping the tree broken for a bunch of configurations. Change-Id: I3cd73b6ce8b15f06d3480a03ab472dcd444d7ccc Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/78850 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Nico Huber Reviewed-by: Subrata Banik --- src/soc/intel/alderlake/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc/intel/alderlake') diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index eea27fcb6c..890296d7eb 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -216,6 +216,11 @@ config IED_REGION_SIZE hex default 0x400000 +config HEAP_SIZE + hex + default 0x80000 if BMP_LOGO + default 0x10000 + config GFX_GMA_DEFAULT_MMIO default 0xaf000000 if MAINBOARD_HAS_EARLY_LIBGFXINIT -- cgit v1.2.3