From f496286bdce061fce5a54a8ea2befbaf2ebdb12a Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 30 Aug 2021 13:08:36 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57267 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/tigerlake/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/tigerlake') diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index 3defba4869..4ae25f0366 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -85,6 +85,7 @@ config CPU_SPECIFIC_OPTIONS config MAX_CPUS int + default 16 if SOC_INTEL_TIGERLAKE_PCH_H default 8 config DCACHE_RAM_BASE -- cgit v1.2.3