summaryrefslogtreecommitdiffstats
path: root/flash_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-10-14 21:04:49 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-10-14 21:04:49 +0000
commit219b61e7f284cee76ef2bc8a500e92b9bb217b58 (patch)
tree2da34519e7b8bc7ba3b3e6134ac9bcff6f8ad5ad /flash_enable.c
parente205d98044cb34c57e44a89b7b1c79475bea5857 (diff)
downloadast2050-flashrom-219b61e7f284cee76ef2bc8a500e92b9bb217b58.zip
ast2050-flashrom-219b61e7f284cee76ef2bc8a500e92b9bb217b58.tar.gz
Multiple unrelated changes
* add vt8237 support (Uwe Hermann) * add more MCP51 support (me) Corresponding to flashrom svn r67 and coreboot v2 svn r2456.
Diffstat (limited to 'flash_enable.c')
-rw-r--r--flash_enable.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/flash_enable.c b/flash_enable.c
index 75c9b26..6c894e7 100644
--- a/flash_enable.c
+++ b/flash_enable.c
@@ -381,6 +381,7 @@ static FLASH_ENABLE enables[] = {
{0x8086, 0x2814, "ICH8DO", enable_flash_ich_dc},
{0x1106, 0x8231, "VT8231", enable_flash_vt8231},
{0x1106, 0x3177, "VT8235", enable_flash_vt8235},
+ {0x1106, 0x3227, "VT8237", enable_flash_vt8231},
{0x1078, 0x0100, "CS5530", enable_flash_cs5530},
{0x100b, 0x0510, "SC1100", enable_flash_sc1100},
{0x1039, 0x0008, "SIS5595", enable_flash_sis5595},
@@ -389,7 +390,12 @@ static FLASH_ENABLE enables[] = {
{0x10de, 0x0050, "NVIDIA CK804", enable_flash_ck804}, // LPC
{0x10de, 0x0051, "NVIDIA CK804", enable_flash_ck804}, // Pro
{0x10de, 0x00d3, "NVIDIA CK804", enable_flash_ck804}, // Slave, should not be here, to fix known bug for A01.
- {0x10de, 0x0261, "NVIDIA C51", enable_flash_ck804},
+
+ {0x10de, 0x0260, "NVidia MCP51", enable_flash_ck804},
+ {0x10de, 0x0261, "NVidia MCP51", enable_flash_ck804},
+ {0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804},
+ {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
+
{0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, // ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
};
OpenPOWER on IntegriCloud