src/soc/intel/cannonlake: Bump MAX_CPU from 8->12
commitb4a68a5a28684b99657ae94b9bcb745ae2023863
authorEdward O'Callaghan <quasisec@google.com>
Sun, 15 Dec 2019 02:30:38 +0000 (15 13:30 +1100)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 16 Dec 2019 21:32:39 +0000 (16 21:32 +0000)
treed1c1a8b9b06a6c13f2f12ebe9813a07908779cd3
parentfc749b23ef41f6bb63370d1377bcdaac250848f6
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>
src/mainboard/google/drallion/Kconfig
src/mainboard/google/hatch/Kconfig
src/soc/intel/cannonlake/Kconfig