Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33403 )
Change subject: nb/intel/nehalem: Die if no memory ranks found
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Patch Set 1:
Patch Set 1: Code-Review-1
This would break coreboot when only the second channel is populated.
The iteration of the loop is skipped if the channel isn't populated (see the check on line 923), so I don't think(?) that would happen.
Yeah, I think that would do it. Think.
https://review.coreboot.org/#/c/33403/1/src/northbridge/intel/nehalem/ramini...
File src/northbridge/intel/nehalem/raminit.c:
https://review.coreboot.org/#/c/33403/1/src/northbridge/intel/nehalem/ramini...
PS1, Line 923: if (!info->populated_ranks_mask[channel])
: continue;
Ah, there's this thing already
--
To view, visit
https://review.coreboot.org/c/coreboot/+/33403
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6146dd8420f3734d1a672a9f29a098f47fcb739c
Gerrit-Change-Number: 33403
Gerrit-PatchSet: 1
Gerrit-Owner: Jacob Garber
jgarber1@ualberta.ca
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Jacob Garber
jgarber1@ualberta.ca
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Tue, 25 Jun 2019 10:59:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment