Commit 94f221f9 authored by Peter Stuge's avatar Peter Stuge
Browse files

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: default avatarPeter Stuge <peter@stuge.se>
Acked-by: default avatarilldred <illdred@gmail.com>
parent 7b2969be
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment