From 2edcd93c12df65398279235229f5654119ea4167 Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Thu, 2 Nov 2023 19:21:01 +0530 Subject: soc/amd/genoa: Double HEAP_SIZE to 0x200000 Default value of HEAP_SIZE is 0x100000, since genoa has a lot of CPU increase the HEAP_SIZE to 0x200000 Change-Id: Idd707200fe72730849267cd3cafc40e44f1f8c5d Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/78894 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/genoa/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc') diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index 2e80af4140..2e30df749c 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -152,4 +152,9 @@ config PSP_SOFTFUSE_BITS endmenu +#TODO: Check if the value of HEAP_SIZE is optimal +config HEAP_SIZE + hex + default 0x200000 + endif # SOC_AMD_GENOA -- cgit v1.2.3