<p>Tim Chen has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22294">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/coral: Override VBT selection for santa<br><br>Current VBT setting for T8 is only 1ms which is under<br>Innolux N116BCA-EA1 panel's spec.<br>So modify T8 to 100ms to meet spec.<br>(Innolux's panel's spec is T8 needs to be greater than 80ms)<br><br>BUG=b:67756548<br>BRANCH=master<br>TEST=emerge-coral depthcharge coreboot chromeos-bootimage<br>     Run on DUT and check panel sequence meet spec.<br>CQ-DEPEND=CL:*493633<br><br>Change-Id: I7934b0f6d40b15796c55d360995c5eb0c5049222<br>Signed-off-by: Tim Chen <Tim-Chen@quantatw.com><br>---<br>M src/mainboard/google/reef/variants/coral/mainboard.c<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/22294/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c<br>index 853276e..e461163 100644<br>--- a/src/mainboard/google/reef/variants/coral/mainboard.c<br>+++ b/src/mainboard/google/reef/variants/coral/mainboard.c<br>@@ -89,6 +89,10 @@<br>    int sku_id = variant_board_sku();<br> <br>  switch (sku_id) {<br>+    case SKU_2_SANTA:<br>+    case SKU_3_SANTA:<br>+            return "vbt-santa.bin";<br>+            break;<br>        case SKU_160_NASHER:<br>  case SKU_161_NASHER:<br>  case SKU_162_NASHER:<br></pre><p>To view, visit <a href="https://review.coreboot.org/22294">change 22294</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/22294"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7934b0f6d40b15796c55d360995c5eb0c5049222 </div>
<div style="display:none"> Gerrit-Change-Number: 22294 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tim Chen <Tim-Chen@quantatw.com> </div>