[coreboot-gerrit] Change in coreboot[master]: mainboard/google/coral: Override VBT selection for epaulette

Ren Kuo (Code Review) gerrit at coreboot.org
Thu May 10 13:33:58 CEST 2018


Ren Kuo has uploaded this change for review. ( https://review.coreboot.org/26214


Change subject: mainboard/google/coral: Override VBT selection for epaulette
......................................................................

mainboard/google/coral: Override VBT selection for epaulette

Current VBT setting for T8 is only 1ms which is under Innolux
N116BCA-EA1 panel's spec.

Modify T8 to 100ms.
(Innolux's panel's spec requires T8 needs to be greater than 80ms

BUG=b:78541692
BRANCH=master
TEST=emerge-coral depthcharge coreboot chromeos-bootimage
     Run on DUT and check panel sequence meets spec.

Change-Id: I5f9103aca7871095a828a74cd6a97e1951adb81f
Signed-off-by: Ren Kuo <Ren.Kuo at quantatw.com>
---
M src/mainboard/google/reef/variants/coral/mainboard.c
1 file changed, 9 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/26214/1

diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index bb2cdc1..00206f9 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -30,6 +30,10 @@
 	SKU_5_LAVA = 5,
 	SKU_9_LAVA = 9,
 	SKU_10_LAVA = 10,
+        SKU_13_EPAULETTE =13,
+	SKU_14_EPAULETTE =14,
+	SKU_15_EPAULETTE =15,
+	SKU_16_EPAULETTE =16,
 	SKU_61_ASTRONAUT = 61,
 	SKU_62_ASTRONAUT = 62,
 	SKU_160_NASHER = 160,
@@ -109,6 +113,11 @@
 	case SKU_3_SANTA:
 		return "vbt-santa.bin";
 		break;
+	case SKU_13_EPAULETTE:
+	case SKU_14_EPAULETTE:
+	case SKU_15_EPAULETTE:
+	case SKU_16_EPAULETTE:
+		return "vbt-epaulette.bin";
 	case SKU_160_NASHER:
 	case SKU_161_NASHER:
 	case SKU_162_NASHER:

-- 
To view, visit https://review.coreboot.org/26214
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: I5f9103aca7871095a828a74cd6a97e1951adb81f
Gerrit-Change-Number: 26214
Gerrit-PatchSet: 1
Gerrit-Owner: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
Gerrit-Reviewer: Ren Kuo <ren.kuo at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180510/777d1b2c/attachment.html>


More information about the coreboot-gerrit mailing list