Mathew King has uploaded a new patch set (#3) to the change originally created by Edward O'Callaghan. ( https://review.coreboot.org/c/coreboot/+/37725 )
Change subject: src/soc/intel/cannonlake: Bump MAX_CPU from 8->12 ......................................................................
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 --- M src/mainboard/google/drallion/Kconfig M src/mainboard/google/hatch/Kconfig M src/soc/intel/cannonlake/Kconfig 3 files changed, 4 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/37725/3