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>
This commit is contained in:
Andrey Petrov 2020-04-20 21:11:51 -07:00 committed by Andrey Petrov
parent dddb9a85bd
commit e37d1f724a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ config MAX_SOCKET
config MAX_CPUS
int
default 80
default 255
config PCR_BASE_ADDRESS
hex