<p>Julius Werner <strong>posted comments</strong> on this change.</p><p><a href="https://review.coreboot.org/22780">View Change</a></p><p>Patch set 1:</p><p>(2 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://review.coreboot.org/#/c/22780/1/src/mainboard/google/gru/mainboard.c">File src/mainboard/google/gru/mainboard.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22780/1/src/mainboard/google/gru/mainboard.c@567">Patch Set #1, Line 567:</a> <code style="font-family:monospace,monospace"> if (IS_ENABLED(CONFIG_GRU_BASEBOARD_SCARLET)) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Let's not add this until we have other boards that need different panels.</p></li><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22780/1/src/mainboard/google/gru/mainboard.c@568">Patch Set #1, Line 568:</a> <code style="font-family:monospace,monospace">           if (sku_id() == 6) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Let's make this a switch-case statement. I think according to the current plan only SKU pin 0 decides the panel, and the others are reserved for non-panel components (at least for now). So this should be:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> switch (sku_id()) {<br>   case 0:<br>   case 2:<br>   case 4:<br>   case 6:<br>      ...innolux...<br>   case 1:<br>   case 3:<br>   case 5:<br>   case 7:<br>     ...king...<br> }</pre><p style="white-space: pre-wrap; word-wrap: break-word;">(Although Brian just told me that apparently our SKU pins don't read the way we expected them to, so that might still change once we figure out what's going on.)</p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/22780">change 22780</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22780"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I43fa5d859a9a529a84c58a953b37d03953ce648a </div>
<div style="display:none"> Gerrit-Change-Number: 22780 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lin Huang <hl@rock-chips.com> </div>
<div style="display:none"> Gerrit-Reviewer: Brian Norris <briannorris@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: Julius Werner <jwerner@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: Matthias Kaehlcke <mka@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 08 Dec 2017 03:29:38 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>