summaryrefslogtreecommitdiff
path: root/util/flashrom/flash_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-07-31 23:37:17 +0000
committerStefan Reinauer <stepan@openbios.org>2006-07-31 23:37:17 +0000
commit4278e99383c926e2056a92b4bebb885ee6fdbea6 (patch)
tree99c56d30d2e3227bc54bc41580b961e5b79f81d4 /util/flashrom/flash_enable.c
parentd7088c459c140d99a98e05c3be02e02592bb607e (diff)
Add support for SST39SF040 and SST39SF010A
apply C.-D. Hailfinger's patch for Winbond part (untested) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2354 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash_enable.c')
-rw-r--r--util/flashrom/flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c
index d03a36b94a..ccd670a926 100644
--- a/util/flashrom/flash_enable.c
+++ b/util/flashrom/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)
};