diff options
author | Ward Vandewege <ward@gnu.org> | 2007-02-28 21:50:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-02-28 21:50:15 +0000 |
commit | 811f5c10eed458dab58cb2fcea5c95b2851ab353 (patch) | |
tree | f6ac3099ec512378c238ab7daac7dbee166b5071 | |
parent | d57241fab5d4b941f72811a9ce9edafca3993ba1 (diff) |
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
-rw-r--r-- | util/flashrom/flash_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c index 82dab1a9ab..c557b22734 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/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 |