Add the Intel 6300ESB as known chipset to the chipset struct enables.
Signed-off-by: Claus Gindhart <claus.gindhart@kontron.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3310 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
42aab08d84
commit
e173f9904c
|
@ -577,6 +577,7 @@ static const FLASH_ENABLE enables[] = {
|
||||||
{0x8086, 0x24c0, "Intel ICH4/ICH4-L", enable_flash_ich_4e},
|
{0x8086, 0x24c0, "Intel ICH4/ICH4-L", enable_flash_ich_4e},
|
||||||
{0x8086, 0x24cc, "Intel ICH4-M", enable_flash_ich_4e},
|
{0x8086, 0x24cc, "Intel ICH4-M", enable_flash_ich_4e},
|
||||||
{0x8086, 0x24d0, "Intel ICH5/ICH5R", enable_flash_ich_4e},
|
{0x8086, 0x24d0, "Intel ICH5/ICH5R", 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, 0x27b0, "Intel ICH7DH", enable_flash_ich_dc_spi},
|
{0x8086, 0x27b0, "Intel ICH7DH", enable_flash_ich_dc_spi},
|
||||||
|
|
Loading…
Reference in New Issue