Varshit Pandya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78894?usp=email )
Change subject: soc/amd/genoa: Configure HEAP_SIZE ......................................................................
soc/amd/genoa: Configure HEAP_SIZE
Default value of HEAP_SIZE is 100000, since genoa has a lot of CPU increase the HEAP_SIZE to 200000
Change-Id: Idd707200fe72730849267cd3cafc40e44f1f8c5d Signed-off-by: Varshit Pandya pandyavarshit@gmail.com --- M src/soc/amd/genoa/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/78894/1
diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index 2e80af4..8ad7b2f 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -152,4 +152,8 @@ endmenu
+config HEAP_SIZE + hex + default 0x200000 + endif # SOC_AMD_GENOA