summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-07-05 09:48:30 +0000
committerStefan Reinauer <stepan@coresystems.de>2008-07-05 09:48:30 +0000
commit0f942692d17dea8ff6b2e4cd08d28c9a7e91417a (patch)
treecb59153f9e78feb632cbd92d53d7c3fe4136b1f1 /chipset_enable.c
parent1d5462cab709239ff59a762e2bc37f5282448111 (diff)
downloadflashrom-0f942692d17dea8ff6b2e4cd08d28c9a7e91417a.zip
flashrom-0f942692d17dea8ff6b2e4cd08d28c9a7e91417a.tar.gz
Adding support for flashing system with Nvidia MCP67
Corresponding to flashrom svn r298 and coreboot v2 svn r3414. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 7af8a67..95565ce 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -750,6 +750,7 @@ static const FLASH_ENABLE enables[] = {
{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},
};
OpenPOWER on IntegriCloud