[coreboot] [v2] r4132 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Sat Apr 18 01:01:46 CEST 2009


Author: stuge
Date: 2009-04-18 01:01:45 +0200 (Sat, 18 Apr 2009)
New Revision: 4132

Modified:
   trunk/util/flashrom/board_enable.c
Log:
flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC.

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: illdred <illdred at gmail.com>


Modified: trunk/util/flashrom/board_enable.c
===================================================================
--- trunk/util/flashrom/board_enable.c	2009-04-17 17:58:34 UTC (rev 4131)
+++ trunk/util/flashrom/board_enable.c	2009-04-17 23:01:45 UTC (rev 4132)
@@ -1040,6 +1040,20 @@
 		.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,





More information about the coreboot mailing list