flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC.
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: illdred <illdred@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4132 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d1be3ba633
commit
b1ec2ac62d
|
@ -1039,6 +1039,20 @@ struct board_pciid_enable board_pciid_enables[] = {
|
|||
.name = "HP DL145 G3",
|
||||
.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,
|
||||
|
|
Loading…
Reference in New Issue