From a77595893868ed56ccb6f5bfe0c3e62eeaf67611 Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Tue, 17 Oct 2023 21:59:39 +0530 Subject: soc/amd/genoa: Add MAX_CPUS As per PPR, Genoa supports up to 96 core, that is 192 threads. It also supports dual socket. Change-Id: I817fea7c41477f476794e9e5c16451037d01f912 Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/78402 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Matt DeVillier --- src/soc/amd/genoa/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index af4056a90b..fc4bf57d61 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -44,6 +44,10 @@ config EARLYRAM_BSP_STACK_SIZE hex default 0x1000 +config MAX_CPUS + int + default 384 + config PSP_APOB_DRAM_ADDRESS hex default 0x7001000 -- cgit v1.2.3