summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-29 00:42:15 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-15 22:49:23 +0000
commitd71754d1b9ba5bb347a9acf10c9233b405f0121d (patch)
tree0ce25335903946e7405071d21d5731c39842fbcf /src/mainboard/lenovo
parenta202aec5fdba27f1f8ec00f9b39007f7600acbb6 (diff)
downloadcoreboot-d71754d1b9ba5bb347a9acf10c9233b405f0121d.tar.xz
sandybridge boards: Factor out MAX_CPUS
Also update autoport accordingly. Change-Id: I12481363cf0e7afc54e2e339504f70632e8d72e2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41839 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/l520/Kconfig4
-rw-r--r--src/mainboard/lenovo/s230u/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t430/Kconfig4
-rw-r--r--src/mainboard/lenovo/t430s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t520/Kconfig4
-rw-r--r--src/mainboard/lenovo/t530/Kconfig4
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/Kconfig4
-rw-r--r--src/mainboard/lenovo/x220/Kconfig4
-rw-r--r--src/mainboard/lenovo/x230/Kconfig4
11 files changed, 0 insertions, 44 deletions
diff --git a/src/mainboard/lenovo/l520/Kconfig b/src/mainboard/lenovo/l520/Kconfig
index 5b9344a437..33879cd56b 100644
--- a/src/mainboard/lenovo/l520/Kconfig
+++ b/src/mainboard/lenovo/l520/Kconfig
@@ -38,10 +38,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/s230u/Kconfig b/src/mainboard/lenovo/s230u/Kconfig
index 64f4b29200..f1e575f0a6 100644
--- a/src/mainboard/lenovo/s230u/Kconfig
+++ b/src/mainboard/lenovo/s230u/Kconfig
@@ -32,10 +32,6 @@ config EC_BASE_ADDRESS
hex
default 0xff000000
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 1
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index 182ca46d58..2dedfede4e 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -55,10 +55,6 @@ config MAINBOARD_PART_NUMBER
string
default "ThinkPad T420"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig
index e2fd824f33..a68d96f277 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -54,10 +54,6 @@ config MAINBOARD_PART_NUMBER
string
default "ThinkPad T420s"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/t430/Kconfig b/src/mainboard/lenovo/t430/Kconfig
index 6139452e86..8d98e3ddfb 100644
--- a/src/mainboard/lenovo/t430/Kconfig
+++ b/src/mainboard/lenovo/t430/Kconfig
@@ -61,10 +61,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig
index 81b87c8ba0..fbadff760e 100644
--- a/src/mainboard/lenovo/t430s/Kconfig
+++ b/src/mainboard/lenovo/t430s/Kconfig
@@ -65,10 +65,6 @@ config OVERRIDE_DEVICETREE
string
default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 3529367d3f..0b71ccd3cf 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -64,10 +64,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad T520" if BOARD_LENOVO_T520
default "ThinkPad W520" if BOARD_LENOVO_W520
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 4dc77e9266..8759ada59d 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -65,10 +65,6 @@ config MAINBOARD_PART_NUMBER
default "ThinkPad T530" if BOARD_LENOVO_T530
default "ThinkPad W530" if BOARD_LENOVO_W530
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
index 246e1db5aa..d5349dff0b 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
+++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
@@ -53,10 +53,6 @@ config MAINBOARD_PART_NUMBER
string
default "ThinkPad X1 carbon gen 1"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 33e15a81cc..8aa936c33d 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -64,10 +64,6 @@ config OVERRIDE_DEVICETREE
string
default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index f134bc863c..1aa92d1cbb 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -63,10 +63,6 @@ config OVERRIDE_DEVICETREE
string
default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config MAX_CPUS
- int
- default 8
-
config USBDEBUG_HCD_INDEX
int
default 2