summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorTero O Peippola <xeropp@gmail.com>2008-11-24 20:23:23 +0000
committerPeter Stuge <peter@stuge.se>2008-11-24 20:23:23 +0000
commitebaffb6e51fcda2f3a337e86cbce5f5598c19367 (patch)
tree6203684081e810621e56cbc839a3210be0f7bb78 /flashchips.c
parent738fdffe4079f72e2ebd10d7d8d94f526bd86e1f (diff)
downloadast2050-flashrom-ebaffb6e51fcda2f3a337e86cbce5f5598c19367.zip
ast2050-flashrom-ebaffb6e51fcda2f3a337e86cbce5f5598c19367.tar.gz
Add support for 32Mbit SPI flash SST25VF032B
Tested on gigabyte m57sli. File util/flashrom/flash.h already had correct ID for that part. Corresponding to flashrom svn r347 and coreboot v2 svn r3769. Signed-off-by: Tero O Peippola <xeropp@gmail.com> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 3e209bb..e7c57f6 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -108,6 +108,7 @@ struct flashchip flashchips[] = {
{"Sharp", "LHF00L04", SHARP_ID, SHARP_LHF00L04, 1024, 64 * 1024, TEST_UNTESTED, probe_lhf00l04, erase_lhf00l04, write_lhf00l04},
{"Spansion", "S25FL016A", SPANSION_ID, SPANSION_S25FL016A, 2048, 256, TEST_OK_PREW, probe_spi_rdid, spi_chip_erase_c7, spi_chip_write, spi_chip_read},
{"SST", "SST25VF016B", SST_ID, SST_25VF016B, 2048, 256, TEST_OK_PREW, probe_spi_rdid, spi_chip_erase_c7, spi_chip_write, spi_chip_read},
+ {"SST", "SST25VF032B", SST_ID, SST_25VF032B, 4096, 256, TEST_OK_PREW, probe_spi_rdid, spi_chip_erase_c7, spi_chip_write, spi_chip_read},
{"SST", "SST25VF040B", SST_ID, SST_25VF040B, 512, 256, TEST_UNTESTED, probe_spi_rdid, spi_chip_erase_c7, spi_chip_write, spi_chip_read},
{"SST", "SST28SF040A", SST_ID, SST_28SF040, 512, 256, TEST_UNTESTED, probe_28sf040, erase_28sf040, write_28sf040},
{"SST", "SST29EE010", SST_ID, SST_29EE010, 128, 128, TEST_OK_PREW, probe_jedec, erase_chip_jedec, write_jedec},
OpenPOWER on IntegriCloud