<p>Ren Kuo has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26214">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/coral: Override VBT selection for epaulette<br><br>Current VBT setting for T8 is only 1ms which is under Innolux<br>N116BCA-EA1 panel's spec.<br><br>Modify T8 to 100ms.<br>(Innolux's panel's spec requires T8 needs to be greater than 80ms<br><br>BUG=b:78541692<br>BRANCH=master<br>TEST=emerge-coral depthcharge coreboot chromeos-bootimage<br>     Run on DUT and check panel sequence meets spec.<br><br>Change-Id: I5f9103aca7871095a828a74cd6a97e1951adb81f<br>Signed-off-by: Ren Kuo <Ren.Kuo@quantatw.com><br>---<br>M src/mainboard/google/reef/variants/coral/mainboard.c<br>1 file changed, 9 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/14/26214/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c</span><br><span>index bb2cdc1..00206f9 100644</span><br><span>--- a/src/mainboard/google/reef/variants/coral/mainboard.c</span><br><span>+++ b/src/mainboard/google/reef/variants/coral/mainboard.c</span><br><span>@@ -30,6 +30,10 @@</span><br><span>        SKU_5_LAVA = 5,</span><br><span>      SKU_9_LAVA = 9,</span><br><span>      SKU_10_LAVA = 10,</span><br><span style="color: hsl(120, 100%, 40%);">+        SKU_13_EPAULETTE =13,</span><br><span style="color: hsl(120, 100%, 40%);">+      SKU_14_EPAULETTE =14,</span><br><span style="color: hsl(120, 100%, 40%);">+ SKU_15_EPAULETTE =15,</span><br><span style="color: hsl(120, 100%, 40%);">+ SKU_16_EPAULETTE =16,</span><br><span>        SKU_61_ASTRONAUT = 61,</span><br><span>       SKU_62_ASTRONAUT = 62,</span><br><span>       SKU_160_NASHER = 160,</span><br><span>@@ -109,6 +113,11 @@</span><br><span>         case SKU_3_SANTA:</span><br><span>            return "vbt-santa.bin";</span><br><span>            break;</span><br><span style="color: hsl(120, 100%, 40%);">+        case SKU_13_EPAULETTE:</span><br><span style="color: hsl(120, 100%, 40%);">+        case SKU_14_EPAULETTE:</span><br><span style="color: hsl(120, 100%, 40%);">+        case SKU_15_EPAULETTE:</span><br><span style="color: hsl(120, 100%, 40%);">+        case SKU_16_EPAULETTE:</span><br><span style="color: hsl(120, 100%, 40%);">+                return "vbt-epaulette.bin";</span><br><span>        case SKU_160_NASHER:</span><br><span>         case SKU_161_NASHER:</span><br><span>         case SKU_162_NASHER:</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26214">change 26214</a>. To unsubscribe, or for help writing mail filters, 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/26214"/><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: I5f9103aca7871095a828a74cd6a97e1951adb81f </div>
<div style="display:none"> Gerrit-Change-Number: 26214 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Ren Kuo <ren.kuo@quanta.corp-partner.google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Ren Kuo <ren.kuo@quantatw.com> </div>