[coreboot] r3532 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Aug 20 22:31:41 CEST 2008


Author: hailfinger
Date: 2008-08-20 22:31:41 +0200 (Wed, 20 Aug 2008)
New Revision: 3532

Modified:
   trunk/util/flashrom/chipset_enable.c
Log:
flashrom: Recognize the Intel EP80579 LPC flash interface.

Signed-off-by: Ed Swierk <eswierk at arastra.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/util/flashrom/chipset_enable.c
===================================================================
--- trunk/util/flashrom/chipset_enable.c	2008-08-20 13:41:24 UTC (rev 3531)
+++ trunk/util/flashrom/chipset_enable.c	2008-08-20 20:31:41 UTC (rev 3532)
@@ -707,6 +707,7 @@
 	{0x8086, 0x25a1, "Intel 6300ESB",	enable_flash_ich_4e},
 	{0x8086, 0x2640, "Intel ICH6/ICH6R",	enable_flash_ich_dc},
 	{0x8086, 0x2641, "Intel ICH6-M",	enable_flash_ich_dc},
+	{0x8086, 0x5031, "Intel EP80579",	enable_flash_ich_dc},
 	{0x8086, 0x27b0, "Intel ICH7DH",	enable_flash_ich7},
 	{0x8086, 0x27b8, "Intel ICH7/ICH7R",	enable_flash_ich7},
 	{0x8086, 0x27b9, "Intel ICH7M",		enable_flash_ich7},





More information about the coreboot mailing list