Hello,
I just got this new chip soldered thanks to Peter Stuge, and here's a test run result.
Found chip "ST M25P128" (16384 kB, SPI) at physical address 0xff000000. Erasing and writing flash chip... Done. Verifying flash... VERIFIED.
The patch to mark it as verified in the flashrom source code is listed below.
This is Signed-off-by: Cristian Măgherușan-Stanciu cristi.magherusan@gmail.com
Index: flashchips.c =================================================================== --- flashchips.c (revision 1345) +++ flashchips.c (working copy) @@ -6705,7 +6705,7 @@ .model_id = ST_M25P128, .total_size = 16384, .page_size = 256, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =