mb/google/octopus/variants/garg: update Garfour SKU ID

SKUID
51 - Garfour EVT (non-touch, TypeA DB)
52 - Garfour DVT (touch, HDMI DB)

BUG=b:161554087
BRANCH=octopus
TEST=emerge-octopus coreboot chromeos-bootimage

Change-Id: I3cb17c2b665c303da210817a531c869c6324b249
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43670
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Henry Sun <henrysun@google.com>
This commit is contained in:
Tony Huang 2020-07-21 18:49:40 +08:00 committed by Karthik Ramasubramanian
parent 728c0787f2
commit 46c2d91a79
3 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,7 @@ const struct pad_config *variant_override_gpio_table(size_t *num)
case SKU_9_HDMI:
case SKU_19_HDMI_TS:
case SKU_50_HDMI:
case SKU_52_HDMI_TS:
*num = ARRAY_SIZE(hdmi_override_table);
return hdmi_override_table;
case SKU_17_LTE:

View File

@ -14,6 +14,8 @@ enum {
SKU_38_2A2C_360_TS_NO_STYLUES = 38,
SKU_49_2A2C_TS = 49,
SKU_50_HDMI = 50,
SKU_51_2A2C = 51,
SKU_52_HDMI_TS = 52,
};
#endif /* __MAINBOARD_SKU_H__ */

View File

@ -47,6 +47,7 @@ const char *mainboard_vbt_filename(void)
case SKU_9_HDMI:
case SKU_19_HDMI_TS:
case SKU_50_HDMI:
case SKU_52_HDMI_TS:
return "vbt_garg_hdmi.bin";
default:
return "vbt.bin";