mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Intel Desktop Board D201GLY
Corresponding to flashrom svn r405 and coreboot v2 svn r3911. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
bf196e9199
commit
06c10d50c4
@ -977,6 +977,20 @@ struct board_pciid_enable board_pciid_enables[] = {
|
||||
.name = "MSI K8T Neo2",
|
||||
.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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user