From 4b461b6b78c47f6fc32a94f2141dd1847eeed8da Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Wed, 20 Aug 2008 20:31:41 +0000 Subject: flashrom: Recognize the Intel EP80579 LPC flash interface. Signed-off-by: Ed Swierk Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3532 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/chipset_enable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/flashrom/chipset_enable.c') diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index 95565ce22a..241a69831b 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/chipset_enable.c @@ -707,6 +707,7 @@ static const FLASH_ENABLE enables[] = { {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}, -- cgit v1.2.3