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.

Modify T8 to 100ms.
(Innolux's panel's spec requires 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 meets spec.
CQ-DEPEND=CL:*493633

Change-Id: I7934b0f6d40b15796c55d360995c5eb0c5049222
Signed-off-by: Tim Chen <Tim-Chen@quantatw.com>
Reviewed-on: https://review.coreboot.org/22294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Tim Chen 2017-11-02 09:49:33 +08:00 committed by Aaron Durbin
parent f4258dec63
commit 5473c1a947
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ const char *mainboard_vbt_filename(void)
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: