summaryrefslogtreecommitdiffstats
path: root/flash_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-07-31 23:37:17 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-07-31 23:37:17 +0000
commite807d82e7dae21a59df2c997227300904f9d2e44 (patch)
tree036ce00496494e27adee9f7c5ce41dcc279bb615 /flash_enable.c
parent261144ca43953465e259febc7321cb4b4a6cfc70 (diff)
downloadast2050-flashrom-e807d82e7dae21a59df2c997227300904f9d2e44.zip
ast2050-flashrom-e807d82e7dae21a59df2c997227300904f9d2e44.tar.gz
Add support for SST39SF040, SST39SF010A and W39V040B
Corresponding to flashrom svn r58 and coreboot v2 svn r2354.
Diffstat (limited to 'flash_enable.c')
-rw-r--r--flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash_enable.c b/flash_enable.c
index d03a36b..ccd670a 100644
--- a/flash_enable.c
+++ b/flash_enable.c
@@ -398,6 +398,7 @@ 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},
{0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, // ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
};
OpenPOWER on IntegriCloud