Lean Sheng Tan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84312?usp=email )
Change subject: soc/intel/xeon_sp/gnr: Enlarge MAX_CPUS to 512 ......................................................................
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 jincheng.li@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/84312 Reviewed-by: Arthur Heymans arthur@aheymans.xyz Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/xeon_sp/gnr/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Arthur Heymans: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/intel/xeon_sp/gnr/Kconfig b/src/soc/intel/xeon_sp/gnr/Kconfig index fae9d8d..bc703b7 100644 --- a/src/soc/intel/xeon_sp/gnr/Kconfig +++ b/src/soc/intel/xeon_sp/gnr/Kconfig @@ -30,7 +30,7 @@
config MAX_CPUS int - default 255 + default 512
config PCR_BASE_ADDRESS hex