Author: eswierk Date: 2008-10-29 15:54:36 +0100 (Wed, 29 Oct 2008) New Revision: 3706
Modified: trunk/util/flashrom/chipset_enable.c Log: Enable SPI boot flash support on EP80579, which has the ICH7 register set (trivial).
Signed-off-by: Ed Swierk eswierk@aristanetworks.com Acked-by: Ed Swierk eswierk@aristanetworks.com
Modified: trunk/util/flashrom/chipset_enable.c =================================================================== --- trunk/util/flashrom/chipset_enable.c 2008-10-29 13:51:31 UTC (rev 3705) +++ trunk/util/flashrom/chipset_enable.c 2008-10-29 14:54:36 UTC (rev 3706) @@ -767,7 +767,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, 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},