diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-03-06 11:28:40 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-07 22:12:56 +0000 |
commit | 35860ffabedb26b198a170bbcf1bc750610f6aac (patch) | |
tree | 9132f2384e229214770d5318554eff9a5169d5f9 /src/soc | |
parent | 57f1162363b9e7bc59761358f7d7f81eeafe5aa9 (diff) |
soc/intel/adl: Increase MAX_CPUS to 32 for RPL
Raptor Lake i9 CPUs have 8P+16E cores for a total of 32 threads.
Change-Id: I26a729a585e7dc14f38c9092056eb0280726f053
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73514
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index a8c9aebe27..ae5f7a79db 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -158,6 +158,7 @@ config ALDERLAKE_CAR_ENHANCED_NEM config MAX_CPUS int + default 32 if SOC_INTEL_RAPTORLAKE default 24 config DCACHE_RAM_BASE |