diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2007-12-29 10:14:38 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2007-12-29 10:14:38 +0000 |
commit | e431827cf7048474a1078240e19673ef39034b50 (patch) | |
tree | e7b8fd06d29ff85ea95f568bbfa5c0d422c5d8ec /flashchips.c | |
parent | d8cc58c85efe877d9f0dbc6ab9f60348741af356 (diff) | |
download | ast2050-flashrom-e431827cf7048474a1078240e19673ef39034b50.zip ast2050-flashrom-e431827cf7048474a1078240e19673ef39034b50.tar.gz |
Add 25VF016B support
Untested, but verified against the data sheet.
Corresponding to flashrom svn r167 and coreboot v2 svn r3025.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c index 44c9171..f707c2a 100644 --- a/flashchips.c +++ b/flashchips.c @@ -48,6 +48,8 @@ struct flashchip flashchips[] = { probe_29f002, erase_29f002, write_29f002}, {"MX25L4005", MX_ID, MX_25L4005, 512, 4 * 1024, probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write}, + {"SST25VF016B", SST_ID, SST_25VF016B, 2048, 256, + probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write}, {"SST29EE020A", SST_ID, SST_29EE020A, 256, 128, probe_jedec, erase_chip_jedec, write_jedec}, {"SST28SF040A", SST_ID, SST_28SF040, 512, 256, |