Tim Chen has uploaded this change for review.

View Change

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@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 change 22294. To unsubscribe, visit 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@quantatw.com>