Commit a00e2a0e authored by Claus Gindhart's avatar Claus Gindhart Committed by Carl-Daniel Hailfinger
Browse files

Add the Intel 6300ESB as known chipset to the chipset struct enables


Corresponding to flashrom svn r233 and coreboot v2 svn r3310.
Signed-off-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 09022e53
......@@ -577,6 +577,7 @@ static const FLASH_ENABLE enables[] = {
{0x8086, 0x24c0, "Intel ICH4/ICH4-L", enable_flash_ich_4e},
{0x8086, 0x24cc, "Intel ICH4-M", 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, 0x2641, "Intel ICH6-M", enable_flash_ich_dc},
{0x8086, 0x27b0, "Intel ICH7DH", enable_flash_ich_dc_spi},
......
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