[flashrom] [PATCH] Add Winbond W25X16

Hector Martin hector at marcansoft.com
Sat Jul 11 17:19:20 CEST 2009


Tested probing and reading only. The chip ID was already
in flashchips.h.

Signed-off-by: Hector Martin <hector at marcansoft.com>
--- flashrom/flashchips.c       (revision 645)
+++ flashrom/flashchips.c       (working copy)
@@ -2795,6 +2795,22 @@

        {
                .vendor         = "Winbond",
+               .name           = "W25x16",
+               .bustype        = CHIP_BUSTYPE_SPI,
+               .manufacture_id = WINBOND_NEX_ID,
+               .model_id       = W_25X16,
+               .total_size     = 2048,
+               .page_size      = 256,
+               .tested         = TEST_OK_PR,
+               .probe          = probe_spi_rdid,
+               .probe_timing   = TIMING_ZERO,
+               .erase          = spi_chip_erase_c7,
+               .write          = spi_chip_write_256,
+               .read           = spi_chip_read,
+       },
+
+       {
+               .vendor         = "Winbond",
                .name           = "W29C011",
                .bustype        = CHIP_BUSTYPE_PARALLEL,
                .manufacture_id = WINBOND_ID,


-- 
Hector Martin (hector at marcansoft.com)
Public Key: http://www.marcansoft.com/marcan.asc





More information about the flashrom mailing list