[coreboot] r3911 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Mon Jan 26 04:12:44 CET 2009


Author: stuge
Date: 2009-01-26 04:12:44 +0100 (Mon, 26 Jan 2009)
New Revision: 3911

Modified:
   trunk/util/flashrom/board_enable.c
Log:
flashrom: Intel Desktop Board D201GLY

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


Modified: trunk/util/flashrom/board_enable.c
===================================================================
--- trunk/util/flashrom/board_enable.c	2009-01-26 03:08:45 UTC (rev 3910)
+++ trunk/util/flashrom/board_enable.c	2009-01-26 03:12:44 UTC (rev 3911)
@@ -978,6 +978,20 @@
 		.enable			= w83627thf_gpio4_4_raise_2e,
 	},
 	{
+		.first_vendor		= 0x1039,
+		.first_device		= 0x5513,
+		.first_card_vendor	= 0x8086,
+		.first_card_device	= 0xd61f,
+		.second_vendor		= 0x1039,
+		.second_device		= 0x6330,
+		.second_card_vendor	= 0x8086,
+		.second_card_device	= 0xd61f,
+		.lb_vendor		= NULL,
+		.lb_part		= NULL,
+		.name			= "Intel Desktop Board D201GLY",
+		.enable			= wbsio_check_for_spi,
+	},
+	{
 		.first_vendor		= 0,
 		.first_device		= 0,
 		.first_card_vendor	= 0,





More information about the coreboot mailing list