Hello Edward O'Callaghan,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/37725
to review the following change.
Change subject: mainboard/google/hatch: Bump MAX_CPU from 8->12 ......................................................................
mainboard/google/hatch: Bump MAX_CPU from 8->12
Some variants like Puff can have up to 12 cores. coreboot should take the min() where MAX_CPU is the upper bound.
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/hatch/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/37725/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 98a0174..9200f0f 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -100,7 +100,7 @@
config MAX_CPUS int - default 8 + default 12
config OVERRIDE_DEVICETREE string