aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-01-05 19:49:48 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-06 19:34:51 +0000
commit9990a172004354b6ccae7bca10bdab2b4b7b0bd9 (patch)
tree6fd3a43e4ddc0bc642e481772eb4274aeaf7c082
parent9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80 (diff)
soc/intel/broadwell: Move MAX_CPUS from mb to SoC
All Broadwell boards use 8 for MAX_CPUS, so this option can be factored out into SoC Kconfig. Change-Id: I311b95ea75a7c6b76b32c7197a0cec86db644234 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49122 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/auron/Kconfig4
-rw-r--r--src/mainboard/google/jecht/Kconfig4
-rw-r--r--src/mainboard/intel/wtm2/Kconfig5
-rw-r--r--src/mainboard/purism/librem_bdw/Kconfig4
-rw-r--r--src/soc/intel/broadwell/Kconfig4
5 files changed, 4 insertions, 17 deletions
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig
index 8e492556a7..5301e32571 100644
--- a/src/mainboard/google/auron/Kconfig
+++ b/src/mainboard/google/auron/Kconfig
@@ -58,10 +58,6 @@ config EC_GOOGLE_CHROMEEC_BOARDNAME
default "samus" if BOARD_GOOGLE_SAMUS
default ""
-config MAX_CPUS
- int
- default 8
-
config VGA_BIOS_FILE
string
default "pci8086,0406.rom"
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index 5955565832..b04cc465fb 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
default "Rikku" if BOARD_GOOGLE_RIKKU
default "Tidus" if BOARD_GOOGLE_TIDUS
-config MAX_CPUS
- int
- default 8
-
config VGA_BIOS_FILE
string
default "pci8086,0406.rom"
diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig
index 6ca99495e0..7ac5f1c9aa 100644
--- a/src/mainboard/intel/wtm2/Kconfig
+++ b/src/mainboard/intel/wtm2/Kconfig
@@ -25,11 +25,6 @@ config MAINBOARD_PART_NUMBER
string
default "WHITETIP MOUNTAIN 2"
-
-config MAX_CPUS
- int
- default 8
-
config VGA_BIOS_FILE
string
default "pci8086,0166.rom"
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig
index 275594b48d..ad764b7fd6 100644
--- a/src/mainboard/purism/librem_bdw/Kconfig
+++ b/src/mainboard/purism/librem_bdw/Kconfig
@@ -52,10 +52,6 @@ config MAINBOARD_VERSION
default "1.0" if BOARD_PURISM_LIBREM13_V1
default "2.0" if BOARD_PURISM_LIBREM15_V2
-config MAX_CPUS
- int
- default 8
-
config PRE_GRAPHICS_DELAY
int
default 50
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 6e57f0aa8e..e70966c4d8 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -39,6 +39,10 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_POWER_STATE_AFTER_FAILURE
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
+config MAX_CPUS
+ int
+ default 8
+
config PCIEXP_ASPM
bool
default y