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

Tim Chen (Code Review) gerrit at coreboot.org
Thu Nov 2 04:14:13 CET 2017


Tim Chen has uploaded this change for review. ( https://review.coreboot.org/22294


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

mainboard/google/coral: Override VBT selection for santa

Current VBT setting for T8 is only 1ms which is under
Innolux N116BCA-EA1 panel's spec.
So modify T8 to 100ms to meet spec.
(Innolux's panel's spec is T8 needs to be greater than 80ms)

BUG=b:67756548
BRANCH=master
TEST=emerge-coral depthcharge coreboot chromeos-bootimage
     Run on DUT and check panel sequence meet spec.
CQ-DEPEND=CL:*493633

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/22294/1

diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index 853276e..e461163 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -89,6 +89,10 @@
 	int sku_id = variant_board_sku();
 
 	switch (sku_id) {
+	case SKU_2_SANTA:
+	case SKU_3_SANTA:
+		return "vbt-santa.bin";
+		break;
 	case SKU_160_NASHER:
 	case SKU_161_NASHER:
 	case SKU_162_NASHER:

-- 
To view, visit https://review.coreboot.org/22294
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7934b0f6d40b15796c55d360995c5eb0c5049222
Gerrit-Change-Number: 22294
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Chen <Tim-Chen at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171102/5e5c94ba/attachment.html>


More information about the coreboot-gerrit mailing list