From b759db2cb510c3dc0a33bfdf8d9f757de500c664 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Wed, 29 Oct 2008 14:54:36 +0000 Subject: Enable SPI boot flash support on EP80579, which has the ICH7 register set Corresponding to flashrom svn r332 and coreboot v2 svn r3706. Signed-off-by: Ed Swierk Acked-by: Ed Swierk --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index 87b2380..d7a5b02 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -767,7 +767,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, 0x5031, "Intel EP80579", enable_flash_ich7}, {0x8086, 0x27b0, "Intel ICH7DH", enable_flash_ich7}, {0x8086, 0x27b8, "Intel ICH7/ICH7R", enable_flash_ich7}, {0x8086, 0x27b9, "Intel ICH7M", enable_flash_ich7}, -- cgit v1.1