Subrata Banik has uploaded this change for review.

View Change

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:

To view, visit change 79936. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If34b1ef497d38ba561221c584aab5399cfc5de82
Gerrit-Change-Number: 79936
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik@google.com>
Gerrit-MessageType: newchange