From 9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 4 Jan 2021 22:10:26 +0000 Subject: soc/intel/skylake: Move MAX_CPUS from mb to SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configure MAX_CPUS in SoC Kconfig with 8 as default value and remove it from every mainboard where 8 is used. Change-Id: I825625bf842e8cd22dada9a508a7176e5cc2ea57 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/49105 Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak Reviewed-by: Michael Niewöhner Reviewed-by: Matt DeVillier Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel') diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index cfc7c5239c..0a14bc7fe4 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -80,6 +80,10 @@ config CPU_SPECIFIC_OPTIONS select UDELAY_TSC select UDK_2015_BINDING +config MAX_CPUS + int + default 8 + config FSP_HYPERTHREADING bool "Enable Hyper-Threading" default y -- cgit v1.2.3