Hello Nick Vaccaro,
I'd like you to do a code review. Please visit
https://review.coreboot.org/23839
to review the following change.
Change subject: mainboard/google/zoombini/variants/meowth: enable 4 cores ......................................................................
mainboard/google/zoombini/variants/meowth: enable 4 cores
BUG=b:70731385 BRANCH=master TEST='emerge-meowth coreboot chromeos-bootimage', flash image.serial.bin to meowth board, boot into kernel, and verify 4 cores are running.
Change-Id: Ia233e41acd19b317f82433a5d41d84ea934a66c4 Signed-off-by: Nick Vaccaro nvaccaro@chromium.org --- M src/mainboard/google/zoombini/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/23839/1
diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig index 31b8cc9..8249ee4 100644 --- a/src/mainboard/google/zoombini/Kconfig +++ b/src/mainboard/google/zoombini/Kconfig @@ -63,6 +63,10 @@ string default "Google"
+config MAX_CPUS + int + default 4 + config VARIANT_DIR string default "meowth" if BOARD_GOOGLE_MEOWTH