flashrom: Intel Desktop Board D201GLY
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3911 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
36b3932f99
commit
37c4a96874
|
@ -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…
Reference in New Issue