flashrom: Recognize the Intel EP80579 LPC flash interface.
Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3532 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2319027d7e
commit
4b461b6b78
|
@ -707,6 +707,7 @@ static const FLASH_ENABLE enables[] = {
|
||||||
{0x8086, 0x25a1, "Intel 6300ESB", enable_flash_ich_4e},
|
{0x8086, 0x25a1, "Intel 6300ESB", enable_flash_ich_4e},
|
||||||
{0x8086, 0x2640, "Intel ICH6/ICH6R", enable_flash_ich_dc},
|
{0x8086, 0x2640, "Intel ICH6/ICH6R", enable_flash_ich_dc},
|
||||||
{0x8086, 0x2641, "Intel ICH6-M", 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, 0x27b0, "Intel ICH7DH", enable_flash_ich7},
|
||||||
{0x8086, 0x27b8, "Intel ICH7/ICH7R", enable_flash_ich7},
|
{0x8086, 0x27b8, "Intel ICH7/ICH7R", enable_flash_ich7},
|
||||||
{0x8086, 0x27b9, "Intel ICH7M", enable_flash_ich7},
|
{0x8086, 0x27b9, "Intel ICH7M", enable_flash_ich7},
|
||||||
|
|
Loading…
Reference in New Issue