1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-06 00:00:40 +02:00

Add sst39vf020 support

Corresponding to coreboot v1 svn r606.
This commit is contained in:
Ollie Lho
2002-07-18 03:32:00 +00:00
parent b193490201
commit 6041bcda7a
3 changed files with 18 additions and 14 deletions

View File

@ -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,