Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73514 )
Change subject: soc/intel/adl: Increase MAX_CPUS to 32 for RPL ......................................................................
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 --- M src/soc/intel/alderlake/Kconfig 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/73514/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index a8c9aeb..ae5f7a7 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -158,6 +158,7 @@
config MAX_CPUS int + default 32 if SOC_INTEL_RAPTORLAKE default 24
config DCACHE_RAM_BASE