From c84ce73ab80728fef196efd7a7e44e1a271f363f Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 7 Jan 2009 12:11:13 +0000 Subject: Add i631x LPC support. Signed-off-by: Sven Schnelle Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/chipset_enable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index 00959ea5ad..4a3c9c7d80 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/chipset_enable.c @@ -880,6 +880,7 @@ static const FLASH_ENABLE enables[] = { {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}, -- cgit v1.2.3