summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/Kconfig
diff options
context:
space:
mode:
authorAndrey Petrov <anpetrov@fb.com>2020-04-20 21:11:51 -0700
committerAndrey Petrov <andrey.petrov@gmail.com>2020-04-24 19:44:12 +0000
commite37d1f724a3df9d680ec616f0b13adbc07c4e744 (patch)
tree25e634ade45f17dfa7f0d9cb3b30d3568d1cd3df /src/soc/intel/xeon_sp/cpx/Kconfig
parentdddb9a85bd1e9810410f14010f20c9ce2dabfee5 (diff)
downloadcoreboot-e37d1f724a3df9d680ec616f0b13adbc07c4e744.tar.gz
coreboot-e37d1f724a3df9d680ec616f0b13adbc07c4e744.tar.bz2
coreboot-e37d1f724a3df9d680ec616f0b13adbc07c4e744.zip
soc/intel/xeon_sp/cpx: Bump MAX_CPUS
Some dual-socket socket systems offer over 100 threads available. Other multi-socket configurations potentially offer even greater numbers of CPUs (over 9000!). Bump MAX_CPUS to 255. Change-Id: I50a181b89f40777a9f7b3881280c7bacf1b947cb Signed-off-by: Andrey Petrov <anpetrov@fb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/cpx/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/cpx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig
index 88b0d5d65199..92681f276751 100644
--- a/src/soc/intel/xeon_sp/cpx/Kconfig
+++ b/src/soc/intel/xeon_sp/cpx/Kconfig
@@ -28,7 +28,7 @@ config MAX_SOCKET
config MAX_CPUS
int
- default 80
+ default 255
config PCR_BASE_ADDRESS
hex