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

Add support for 39sf020

Corresponding to coreboot v1 svn r523.
This commit is contained in:
Ronald G. Minnich
2002-03-21 22:40:40 +00:00
parent ef5779d1dd
commit c831647b17
3 changed files with 9 additions and 2 deletions

View File

@ -47,6 +47,8 @@ struct flashchip flashchips[] = {
probe_jedec, erase_jedec, write_jedec},
{"SST28SF040A", SST_ID, SST_28SF040, NULL, 512, 256,
probe_28sf040, erase_28sf040, write_28sf040},
{"SST39SF020A", SST_ID, SST_39SF020, NULL, 256, 4096,
probe_jedec, erase_jedec, write_39sf020},
{"W29C020C", WINBOND_ID, W_29C020C, NULL, 256, 128,
probe_jedec, erase_jedec, write_jedec},
{NULL,}