Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36628 )
Change subject: soc/intel/icelake: Set FSP_TEMP_RAM_STACK unconditionally ......................................................................
soc/intel/icelake: Set FSP_TEMP_RAM_STACK unconditionally
Icelake default selects PLATFORM_USES_FSP2_1 which means stack will be shared between FSP and coreboot (CONFIG_FSP_USES_CB_STACK) hence no need to have any other guard to assign FSP_TEMP_RAM_SIZE.
Change-Id: Idbe393f7a63ad10f1ad3c9e7248593cf8eb115d9 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/icelake/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/36628/1
diff --git a/src/soc/intel/icelake/Kconfig b/src/soc/intel/icelake/Kconfig index a04993d..71c7f83 100644 --- a/src/soc/intel/icelake/Kconfig +++ b/src/soc/intel/icelake/Kconfig @@ -78,7 +78,6 @@
config FSP_TEMP_RAM_SIZE hex - depends on FSP_USES_CB_STACK default 0x10000 help The amount of anticipated heap usage in CAR by FSP.