Commit b759db2c authored by Ed Swierk's avatar Ed Swierk Committed by Ed Swierk
Browse files

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: default avatarEd Swierk <eswierk@aristanetworks.com>
Acked-by: default avatarEd Swierk <eswierk@aristanetworks.com>
parent 2bc9f377
......@@ -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},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment