From 811f5c10eed458dab58cb2fcea5c95b2851ab353 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 28 Feb 2007 21:50:15 +0000 Subject: [PATCH] Add support for the Gigabyte m57sli-s4 board to flashrom. Signed-off-by: Ward Vandewege Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2564 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flash_enable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c index 82dab1a9a..c557b2273 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 -- 2.25.1