diff options
author | Ed Swierk <eswierk@arastra.com> | 2007-03-06 23:49:49 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-03-06 23:49:49 +0000 |
commit | 681d7887f4f166a970d690b7321ec88cc4d024a7 (patch) | |
tree | ac5a45ea856f530399762067b86ca2d6c4f5f4eb | |
parent | 1b515cbaf4ba0092359f16a2ae00a8488cecd9f2 (diff) |
The attached patch adds additional PCI IDs for MCP55 LPC devices to
flashrom. 0x0360 is needed to support the DFI LANParty NF590SLI, and I
am deducing the others based on pci_ids.h in the Linux kernel.
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2570 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/flash_enable.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c index 097cfbe272..435fea82b2 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/flash_enable.c @@ -461,7 +461,12 @@ static FLASH_ENABLE enables[] = { {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804}, {0x10de, 0x0360, "NVIDIA MCP55", enable_flash_mcp55}, // Gigabyte m57sli-s4 + {0x10de, 0x0361, "NVIDIA MCP55", enable_flash_mcp55}, // LPC + {0x10de, 0x0362, "NVIDIA MCP55", enable_flash_mcp55}, // LPC + {0x10de, 0x0363, "NVIDIA MCP55", enable_flash_mcp55}, // LPC {0x10de, 0x0364, "NVIDIA MCP55", enable_flash_mcp55}, // LPC + {0x10de, 0x0365, "NVIDIA MCP55", enable_flash_mcp55}, // LPC + {0x10de, 0x0366, "NVIDIA MCP55", enable_flash_mcp55}, // LPC {0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, // Pro {0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, // ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) |