summaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef
diff options
context:
space:
mode:
authorTim Chen <Tim-Chen@quantatw.com>2017-11-02 09:49:33 +0800
committerAaron Durbin <adurbin@chromium.org>2017-11-02 15:57:48 +0000
commit5473c1a947a5c546e4193ccd4822749859b90d93 (patch)
tree717e7d6c260569ed483587020c73457cb451eb45 /src/mainboard/google/reef
parentf4258dec633d276868aa3cce66e0111a8a7d57d3 (diff)
downloadcoreboot-5473c1a947a5c546e4193ccd4822749859b90d93.tar.xz
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>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r--src/mainboard/google/reef/variants/coral/mainboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index 853276ede0..e461163bdc 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -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: