diff options
Diffstat (limited to 'util/flashrom/board_enable.c')
-rw-r--r-- | util/flashrom/board_enable.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c index 1a5decabf0..0c2b002b2d 100644 --- a/util/flashrom/board_enable.c +++ b/util/flashrom/board_enable.c @@ -978,6 +978,20 @@ struct board_pciid_enable board_pciid_enables[] = { .enable = w83627thf_gpio4_4_raise_2e, }, { + .first_vendor = 0x1039, + .first_device = 0x5513, + .first_card_vendor = 0x8086, + .first_card_device = 0xd61f, + .second_vendor = 0x1039, + .second_device = 0x6330, + .second_card_vendor = 0x8086, + .second_card_device = 0xd61f, + .lb_vendor = NULL, + .lb_part = NULL, + .name = "Intel Desktop Board D201GLY", + .enable = wbsio_check_for_spi, + }, + { .first_vendor = 0, .first_device = 0, .first_card_vendor = 0, |