Author: hailfinger
Date: 2008-01-07 14:48:51 +0100 (Mon, 07 Jan 2008)
New Revision: 3036
Modified:
trunk/util/flashrom/flashchips.c
Log:
Add support for the SST25VF040B 4 Mbit SPI flash chip.
Straight from the data sheet, not tested.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>
Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c 2008-01-07 11:13:16 UTC (rev 3035)
+++ trunk/util/flashrom/flashchips.c 2008-01-07 13:48:51 UTC (rev 3036)
@@ -52,6 +52,8 @@
probe_29f002, erase_29f002, write_29f002},
{"MX25L4005", MX_ID, MX_25L4005, 512, 256,
probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write},
+ {"SST25VF040B", SST_ID, SST_25VF040B, 512, 256,
+ 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,
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios