Author: stepan Date: 2008-07-05 11:48:30 +0200 (Sat, 05 Jul 2008) New Revision: 3414
Modified: trunk/util/flashrom/chipset_enable.c Log: Adding support for flashing system with Nvidia MCP67
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/flashrom/chipset_enable.c =================================================================== --- trunk/util/flashrom/chipset_enable.c 2008-07-05 04:12:37 UTC (rev 3413) +++ trunk/util/flashrom/chipset_enable.c 2008-07-05 09:48:30 UTC (rev 3414) @@ -750,6 +750,7 @@ {0x10de, 0x0365, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */ {0x10de, 0x0366, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */ {0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, /* Pro */ + {0x10de, 0x0548, "NVIDIA MCP67", enable_flash_mcp55}, {0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, {0x1166, 0x0205, "Broadcom HT-1000", enable_flash_ht1000}, };