[patch] successfully testing ST M25P128
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 =
On Sun, 19 Jun 2011 03:40:33 +0200 Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com> wrote:
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>
hi thanks for your report! i have added your change locally and will commit it later. -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner
participants (2)
-
Cristian Măgherușan-Stanciu -
Stefan Tauner