diff options
author | Ward Vandewege <ward@gnu.org> | 2007-02-28 21:50:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@coresystems.de> | 2007-02-28 21:50:15 +0000 |
commit | 652e58debff232b4d038fc3f3301a566ae4242f3 (patch) | |
tree | 8c1fb9bdca93ed0fa3871d5393bef7f0bcdc96e0 /flash_enable.c | |
parent | c214b5446405a889b7e94a9c78417906956000d2 (diff) | |
download | flashrom-652e58debff232b4d038fc3f3301a566ae4242f3.zip flashrom-652e58debff232b4d038fc3f3301a566ae4242f3.tar.gz |
Add support for the Gigabyte m57sli-s4 board
Corresponding to flashrom svn r91 and coreboot v2 svn r2564.
Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash_enable.c')
-rw-r--r-- | flash_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flash_enable.c b/flash_enable.c index 82dab1a..c557b22 100644 --- a/flash_enable.c +++ b/flash_enable.c @@ -463,6 +463,7 @@ static FLASH_ENABLE enables[] = { {0x10de, 0x0262, "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, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, // Pro |