[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nocturne: decrease CPU cores to 2

Nick Vaccaro (Code Review) gerrit at coreboot.org
Wed May 16 11:55:59 CEST 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/26314


Change subject: mb/google/poppy/variants/nocturne: decrease CPU cores to 2
......................................................................

mb/google/poppy/variants/nocturne: decrease CPU cores to 2

Nocturne hardware is having issues when running more than 2 cores, so
reducing core count to 2 until issues are resolved.

BUG=b:79666828
BRANCH=none
TEST="emerge-nocturne coreboot chromeos-bootimage" and verify board does
not freeze.

Change-Id: Ib5533752d9013ce348be0dd8b11ec56edffe0860
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M 3rdparty/vboot
M src/mainboard/google/poppy/Kconfig
2 files changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/26314/1

diff --git a/3rdparty/vboot b/3rdparty/vboot
index 392211f..e0b3841 160000
--- a/3rdparty/vboot
+++ b/3rdparty/vboot
@@ -1 +1 @@
-Subproject commit 392211f0358919d510179ad399d8f056180e652e
+Subproject commit e0b3841863281a3fc3b188bfbab55d401fabdc73
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index be5e3ca..a9cf691 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -108,6 +108,7 @@
 
 config MAX_CPUS
 	int
+	default 2 if BOARD_GOOGLE_NOCTURNE
 	default 8
 
 config OEM_BIN_FILE

-- 
To view, visit https://review.coreboot.org/26314
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5533752d9013ce348be0dd8b11ec56edffe0860
Gerrit-Change-Number: 26314
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180516/32b4c2b9/attachment.html>


More information about the coreboot-gerrit mailing list