aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/flashrom/board_enable.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c
index 7509bee84f..9e1ab505e6 100644
--- a/util/flashrom/board_enable.c
+++ b/util/flashrom/board_enable.c
@@ -1040,6 +1040,20 @@ struct board_pciid_enable board_pciid_enables[] = {
.enable = board_hp_dl145_g3_enable,
},
{
+ .first_vendor = 0x1106,
+ .first_device = 0x5337,
+ .first_card_vendor = 0x1458,
+ .first_card_device = 0xb003,
+ .second_vendor = 0x1106,
+ .second_device = 0x287e,
+ .second_card_vendor = 0x1106,
+ .second_card_device = 0x337e,
+ .lb_vendor = "via",
+ .lb_part = "pc3500g",
+ .name = "VIA PC3500G",
+ .enable = it87xx_probe_spi_flash,
+ },
+ {
.first_vendor = 0,
.first_device = 0,
.first_card_vendor = 0,