diff options
author | Jincheng Li <jincheng.li@intel.com> | 2024-04-26 14:41:13 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-09-13 11:10:16 +0000 |
commit | b72e95dd99696c142b270d462bf80e977dba23ee (patch) | |
tree | c6db188bf1e88465a2ac171825ff71f6eb3c9023 /src/soc | |
parent | e626a4b0c07127366fea5112997c2eca62f5ff5b (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/xeon_sp/gnr/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |