aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-04-17 23:01:45 +0000
committerPeter Stuge <peter@stuge.se>2009-04-17 23:01:45 +0000
commitb1ec2ac62d6b13ff8c09ad3fcc829cd7fff9b6ed (patch)
tree662a4d152a90877a8dc702e6c3643b02a591a0dd /util
parentd1be3ba633c141ab79bc3316b4b910227cb01eba (diff)
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
Diffstat (limited to 'util')
-rw-r--r--util/flashrom/board_enable.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c
index 7509bee84f..9e1ab505e6 100644
--- a/util/flashrom/board_enable.c
+++ b/util/flashrom/board_enable.c
@@ -1040,6 +1040,20 @@ struct board_pciid_enable board_pciid_enables[] = {
.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,
.first_card_vendor = 0,