summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-07-22 09:45:45 -0600
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-07-23 19:48:56 +0000
commitff93c93fefbe19e0f149c70eac816a69ec011ac6 (patch)
treefa8803ae8aace26c3ba9b33489804716f4af7d1f /src/mainboard
parent4cd1711cc1ea00e9bd5084fcb41a37f5c56c3c51 (diff)
downloadcoreboot-ff93c93fefbe19e0f149c70eac816a69ec011ac6.tar.gz
coreboot-ff93c93fefbe19e0f149c70eac816a69ec011ac6.tar.bz2
coreboot-ff93c93fefbe19e0f149c70eac816a69ec011ac6.zip
soc/intel/cannonlake: Set MAX_CPUS based on the SoC and PCH
Set the default value for MAX_CPUS in the SoC config and drop it from the mainboards where it is set to those values. Change-Id: Ib56fdcfe770ef736a2c5e183481d9f9966570e6d Signed-off-by: Felix Singer <felixsinger@posteo.net> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52607 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/clevo/cml-u/Kconfig4
-rw-r--r--src/mainboard/prodrive/hermes/Kconfig4
-rw-r--r--src/mainboard/system76/bonw14/Kconfig3
-rw-r--r--src/mainboard/system76/gaze15/Kconfig3
-rw-r--r--src/mainboard/system76/lemp9/Kconfig4
-rw-r--r--src/mainboard/system76/oryp5/Kconfig4
-rw-r--r--src/mainboard/system76/oryp6/Kconfig3
7 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig
index 7d7ff8012a07..f557e6e7d78a 100644
--- a/src/mainboard/clevo/cml-u/Kconfig
+++ b/src/mainboard/clevo/cml-u/Kconfig
@@ -49,10 +49,6 @@ config UART_FOR_CONSOLE
int
default 2
-config MAX_CPUS
- int
- default 8 if BOARD_CLEVO_L140CU_BASE
-
config DIMM_MAX
default 2 if BOARD_CLEVO_L140CU_BASE
diff --git a/src/mainboard/prodrive/hermes/Kconfig b/src/mainboard/prodrive/hermes/Kconfig
index 49fb6c4c12e7..e4ccd2d99f7c 100644
--- a/src/mainboard/prodrive/hermes/Kconfig
+++ b/src/mainboard/prodrive/hermes/Kconfig
@@ -45,10 +45,6 @@ config PCIEXP_CLK_PM
bool
default n
-config MAX_CPUS
- int
- default 16
-
config CONSOLE_POST
bool
default y
diff --git a/src/mainboard/system76/bonw14/Kconfig b/src/mainboard/system76/bonw14/Kconfig
index 6a83830f8e46..b3f170787362 100644
--- a/src/mainboard/system76/bonw14/Kconfig
+++ b/src/mainboard/system76/bonw14/Kconfig
@@ -45,9 +45,6 @@ config CONSOLE_POST
config UART_FOR_CONSOLE
default 2
-config MAX_CPUS
- default 20
-
config DIMM_MAX
default 4
diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig
index 2a531684ff6e..3627cb110bd9 100644
--- a/src/mainboard/system76/gaze15/Kconfig
+++ b/src/mainboard/system76/gaze15/Kconfig
@@ -58,9 +58,6 @@ config ONBOARD_VGA_IS_PRIMARY
config UART_FOR_CONSOLE
default 2
-config MAX_CPUS
- default 16
-
config DIMM_MAX
default 2
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig
index 26507b5d93f5..dbc9de20b8ab 100644
--- a/src/mainboard/system76/lemp9/Kconfig
+++ b/src/mainboard/system76/lemp9/Kconfig
@@ -48,10 +48,6 @@ config UART_FOR_CONSOLE
int
default 2
-config MAX_CPUS
- int
- default 8
-
config DIMM_MAX
default 2
diff --git a/src/mainboard/system76/oryp5/Kconfig b/src/mainboard/system76/oryp5/Kconfig
index bb2a2c732cce..9a0a323be9b7 100644
--- a/src/mainboard/system76/oryp5/Kconfig
+++ b/src/mainboard/system76/oryp5/Kconfig
@@ -53,10 +53,6 @@ config UART_FOR_CONSOLE
int
default 2
-config MAX_CPUS
- int
- default 12
-
config DIMM_MAX
default 2
diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig
index e90f6806d1c9..0aef4a604704 100644
--- a/src/mainboard/system76/oryp6/Kconfig
+++ b/src/mainboard/system76/oryp6/Kconfig
@@ -56,9 +56,6 @@ config CONSOLE_POST
config ONBOARD_VGA_IS_PRIMARY
default y
-config MAX_CPUS
- default 16
-
config DIMM_MAX
default 2