Add support for the Gigabyte m57sli-s4 board to flashrom.
Signed-off-by: Ward Vandewege <ward@gnu.org> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2564 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d57241fab5
commit
811f5c10ee
|
@ -463,6 +463,7 @@ static FLASH_ENABLE enables[] = {
|
||||||
{0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804},
|
{0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804},
|
||||||
{0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
|
{0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
|
||||||
|
|
||||||
|
{0x10de, 0x0360, "NVIDIA MCP55", enable_flash_mcp55}, // Gigabyte m57sli-s4
|
||||||
{0x10de, 0x0364, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
|
{0x10de, 0x0364, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
|
||||||
{0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, // Pro
|
{0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, // Pro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue