From b72e95dd99696c142b270d462bf80e977dba23ee Mon Sep 17 00:00:00 2001 From: Jincheng Li Date: Fri, 26 Apr 2024 14:41:13 +0800 Subject: soc/intel/xeon_sp/gnr: Enlarge MAX_CPUS to 512 GNR-AP supports up-to 128 cores/256 threads per socket. Enlarge MAX_CPUS to 512 = 128*2*2 with 2 socket configuration considered. Change-Id: I8dc46dcdd3ca1c3ddfa47fbb28912a2c6e4c46fa Signed-off-by: Jincheng Li Reviewed-on: https://review.coreboot.org/c/coreboot/+/84312 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/gnr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/xeon_sp/gnr/Kconfig b/src/soc/intel/xeon_sp/gnr/Kconfig index fae9d8d5ee..bc703b77d3 100644 --- a/src/soc/intel/xeon_sp/gnr/Kconfig +++ b/src/soc/intel/xeon_sp/gnr/Kconfig @@ -30,7 +30,7 @@ config FSP_HEADER_PATH config MAX_CPUS int - default 255 + default 512 config PCR_BASE_ADDRESS hex -- cgit v1.2.3