[coreboot] r3848 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Jan 7 13:11:13 CET 2009


Author: uwe
Date: 2009-01-07 13:11:13 +0100 (Wed, 07 Jan 2009)
New Revision: 3848

Modified:
   trunk/util/flashrom/chipset_enable.c
Log:
Add i631x LPC support.

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/flashrom/chipset_enable.c
===================================================================
--- trunk/util/flashrom/chipset_enable.c	2009-01-06 16:45:42 UTC (rev 3847)
+++ trunk/util/flashrom/chipset_enable.c	2009-01-07 12:11:13 UTC (rev 3848)
@@ -880,6 +880,7 @@
 	{0x8086, 0x24cc, "Intel ICH4-M",	enable_flash_ich_4e},
 	{0x8086, 0x24d0, "Intel ICH5/ICH5R",	enable_flash_ich_4e},
 	{0x8086, 0x25a1, "Intel 6300ESB",	enable_flash_ich_4e},
+	{0x8086, 0x2670, "Intel 631xESB/632xESB/3100",    enable_flash_ich_dc},
 	{0x8086, 0x2640, "Intel ICH6/ICH6R",	enable_flash_ich_dc},
 	{0x8086, 0x2641, "Intel ICH6-M",	enable_flash_ich_dc},
 	{0x8086, 0x5031, "Intel EP80579",	enable_flash_ich7},





More information about the coreboot mailing list