[coreboot] r3310 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed May 14 14:22:38 CEST 2008


Author: hailfinger
Date: 2008-05-14 14:22:38 +0200 (Wed, 14 May 2008)
New Revision: 3310

Modified:
   trunk/util/flashrom/chipset_enable.c
Log:
Add the Intel 6300ESB as known chipset to the chipset struct enables.

Signed-off-by: Claus Gindhart <claus.gindhart at kontron.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-05-14 12:09:31 UTC (rev 3309)
+++ trunk/util/flashrom/chipset_enable.c	2008-05-14 12:22:38 UTC (rev 3310)
@@ -577,6 +577,7 @@
 	{0x8086, 0x24c0, "Intel ICH4/ICH4-L",	enable_flash_ich_4e},
 	{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, 0x2640, "Intel ICH6/ICH6R",	enable_flash_ich_dc},
 	{0x8086, 0x2641, "Intel ICH6-M",	enable_flash_ich_dc},
 	{0x8086, 0x27b0, "Intel ICH7DH",	enable_flash_ich_dc_spi},





More information about the coreboot mailing list