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

Nick Vaccaro (Code Review) gerrit at coreboot.org
Thu May 17 05:51:36 CEST 2018


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


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: I409413cb6ddd35dabb4caae24a6afec316a87ef5
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/26343/1

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/26343
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: I409413cb6ddd35dabb4caae24a6afec316a87ef5
Gerrit-Change-Number: 26343
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/20180517/97c819c5/attachment.html>


More information about the coreboot-gerrit mailing list