1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

Add VIA PC3500G board

It has SPI flash behind ITE8716 on LPC.

Corresponding to flashrom svn r430 and coreboot v2 svn r4132.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: illdred <illdred@gmail.com>
This commit is contained in:
Peter Stuge 2009-04-17 23:01:45 +00:00
parent 7b2969be53
commit 94f221f970

View File

@ -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,