Rishika Raj has uploaded this change for review.

View Change

soc/intel/meteorlake: Change DCACHE_BSP_STACK_SIZE

Adjusting the cache size from 512KB + 1KB to 512KB + 32KB as required by the coreboot.

Bug=None
Test=None

Change-Id: Iba3620b3b7c470176330f5e07989cd3f6238713e
Signed-off-by: rishikraj <rishikaraj@google.com>
---
M src/soc/intel/meteorlake/Kconfig
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/83540/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig
index 612182b..ec8c318 100644
--- a/src/soc/intel/meteorlake/Kconfig
+++ b/src/soc/intel/meteorlake/Kconfig
@@ -171,12 +171,12 @@

config DCACHE_BSP_STACK_SIZE
hex
- default 0x80400
+ default 0x88000
help
The amount of anticipated stack usage in CAR by bootblock and
other stages. In the case of FSP_USES_CB_STACK default value will be
sum of FSP-M stack requirement(512KiB) and CB romstage stack requirement
- (~1KiB).
+ (~32KiB).

config FSP_TEMP_RAM_SIZE
hex

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

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iba3620b3b7c470176330f5e07989cd3f6238713e
Gerrit-Change-Number: 83540
Gerrit-PatchSet: 1
Gerrit-Owner: Rishika Raj <rishikaraj@google.com>