summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2019-12-15 13:30:38 +1100
committerPatrick Georgi <pgeorgi@google.com>2019-12-16 21:32:39 +0000
commitb4a68a5a28684b99657ae94b9bcb745ae2023863 (patch)
treed1c1a8b9b06a6c13f2f12ebe9813a07908779cd3 /src/mainboard/google
parentfc749b23ef41f6bb63370d1377bcdaac250848f6 (diff)
downloadcoreboot-b4a68a5a28684b99657ae94b9bcb745ae2023863.tar.gz
coreboot-b4a68a5a28684b99657ae94b9bcb745ae2023863.tar.bz2
coreboot-b4a68a5a28684b99657ae94b9bcb745ae2023863.zip
src/soc/intel/cannonlake: Bump MAX_CPU from 8->12
This impacts boards: hatch (&variants) and drallion. Some variants like Puff can have up to 12 cores. coreboot should take the min() where MAX_CPU is the upper bound. Further to that, boards themseleves shouldn't be setting the MAX_CPUS, the chipset should be and so do that. BRANCH=none BUG=b:146255011 TEST=./util/abuild/abuild -p none -t google/hatch -x -a Change-Id: I284d027886f662ebb8414ea92540916ed19bc797 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37725 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Shelley Chen <shchen@google.com> Reviewed-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/drallion/Kconfig4
-rw-r--r--src/mainboard/google/hatch/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig
index fd7b6b19d415..e9e26a383223 100644
--- a/src/mainboard/google/drallion/Kconfig
+++ b/src/mainboard/google/drallion/Kconfig
@@ -71,10 +71,6 @@ config MAINBOARD_PART_NUMBER
string
default "Drallion" if BOARD_GOOGLE_DRALLION
-config MAX_CPUS
- int
- default 8
-
config UART_FOR_CONSOLE
int
default 0 if BOARD_GOOGLE_DRALLION
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index 98a0174dfe61..dff52737148d 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -98,10 +98,6 @@ config MAINBOARD_PART_NUMBER
default "Puff" if BOARD_GOOGLE_PUFF
default "Stryke" if BOARD_GOOGLE_STRYKE
-config MAX_CPUS
- int
- default 8
-
config OVERRIDE_DEVICETREE
string
default "variants/helios_diskswap/overridetree.cb" if BOARD_GOOGLE_HELIOS_DISKSWAP