aboutsummaryrefslogtreecommitdiffstats
path: root/flash_rom.c
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2002-07-18 03:32:00 +0000
committerOllie Lho <ollie@sis.com.tw>2002-07-18 03:32:00 +0000
commit6041bcda7ac8c8a7470bba58e8b26cdfd5746679 (patch)
tree3eb9bb0f8601aa5b3d6b120ecc8aa8151dfce233 /flash_rom.c
parentb193490201129c82ebd133e275b1d6846595fdfc (diff)
downloadflashrom-6041bcda7ac8c8a7470bba58e8b26cdfd5746679.tar.gz
flashrom-6041bcda7ac8c8a7470bba58e8b26cdfd5746679.tar.bz2
flashrom-6041bcda7ac8c8a7470bba58e8b26cdfd5746679.zip
Add sst39vf020 support
Corresponding to coreboot v1 svn r606.
Diffstat (limited to 'flash_rom.c')
-rw-r--r--flash_rom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash_rom.c b/flash_rom.c
index 8f05c255..fe1bdf78 100644
--- a/flash_rom.c
+++ b/flash_rom.c
@@ -50,6 +50,8 @@ struct flashchip flashchips[] = {
probe_28sf040, erase_28sf040, write_28sf040},
{"SST39SF020A", SST_ID, SST_39SF020, NULL, 256, 4096,
probe_39sf020, erase_39sf020, write_39sf020},
+ {"SST39VF020", SST_ID, SST_39VF020, NULL, 256, 4096,
+ probe_39sf020, erase_39sf020, write_39sf020},
{"W29C020C", WINBOND_ID, W_29C020C, NULL, 256, 128,
probe_jedec, erase_jedec, write_jedec},
{"M29F400BT", ST_ID, ST_M29F400BT , NULL, 512, 64*1024,