Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57267 )
Change subject: soc/intel/tigerlake: Set MAX_CPUS for TGL-H to 16 ......................................................................
soc/intel/tigerlake: Set MAX_CPUS for TGL-H to 16
TGL-H supports up to 8 cores (16 threads).
Change-Id: I2ee1be37f564bf1b6249a6c223be093747c38ab5 Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/soc/intel/tigerlake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/57267/1
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index 3defba4..4ae25f0 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -85,6 +85,7 @@
config MAX_CPUS int + default 16 if SOC_INTEL_TIGERLAKE_PCH_H default 8
config DCACHE_RAM_BASE