Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79936?usp=email )
Change subject: soc/intel/{adl, mtl}: Increase heap size (HEAP_SIZE) config ......................................................................
soc/intel/{adl, mtl}: Increase heap size (HEAP_SIZE) config
This patch applies larger value for HEAP_SIZE config for platform that supports BMP_LOGO.
TEST=Able to render a colored OEM splash screen w/o any boot hang.
Change-Id: If34b1ef497d38ba561221c584aab5399cfc5de82 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/meteorlake/Kconfig 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/79936/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index fd95f9e..2beacb5 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -218,7 +218,7 @@
config HEAP_SIZE hex - default 0x80000 if BMP_LOGO + default 0x100000 if BMP_LOGO default 0x10000
config GFX_GMA_DEFAULT_MMIO diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 6dd6273..77895fe 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -201,7 +201,7 @@
config HEAP_SIZE hex - default 0x80000 if BMP_LOGO + default 0x100000 if BMP_LOGO default 0x10000
# Intel recommends reserving the PCIe TBT root port resources as below: