Author: hailfinger
Date: 2009-11-24 03:11:08 +0100 (Tue, 24 Nov 2009)
New Revision: 775

Modified:
   trunk/flashchips.c
Log:
Add Sanyo LF25FW203A support.
This chip is sometimes labeled as 25FW203T.

Signed-off-by: Sean Nelson <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c  2009-11-24 02:08:11 UTC (rev 774)
+++ trunk/flashchips.c  2009-11-24 02:11:08 UTC (rev 775)
@@ -1847,6 +1847,22 @@
        },
 
        {
+               .vendor         = "Sanyo",
+               .name           = "LF25FW203A",
+               .bustype        = CHIP_BUSTYPE_SPI,
+               .manufacture_id = SANYO_ID,
+               .model_id       = SANYO_LE25FW203A,
+               .total_size     = 2048,
+               .page_size      = 256,
+               .tested         = TEST_UNTESTED,
+               .probe          = probe_spi_rdid,
+               .probe_timing   = TIMING_ZERO,
+               .erase          = spi_chip_erase_c7,
+               .write          = spi_chip_write_256,
+               .read           = spi_chip_read,
+       },
+
+       {
                .vendor         = "Sharp",
                .name           = "LHF00L04",
                .bustype        = CHIP_BUSTYPE_FWH, /* A/A Mux */


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to