diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-07-05 09:48:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-07-05 09:48:30 +0000 |
commit | 3c75baea46f0037f1526a19cb5d75413e7d8a2f2 (patch) | |
tree | 08ae4a45ea0797eb9a662dc12e51d2f453703106 /util/flashrom/chipset_enable.c | |
parent | e9dcb8931e7dd8374a1efce2a3bb5552f14417d8 (diff) |
Adding support for flashing system with Nvidia MCP67
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3414 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/chipset_enable.c')
-rw-r--r-- | util/flashrom/chipset_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index 7af8a6768b..95565ce22a 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/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}, }; |