[flashrom] [PATCH] Fix M25P05
serge
vasilugin at yandex.ru
Mon Jun 6 18:40:51 CEST 2016
With this patch M25P05 chip was sucessfully tested (full read/erase/write)
Signed-off-by: Serge Vasilugin <vasilugin at yandex.ru>
--- flashchips.h.orig
+++ flashchips.h
@@ -748,9 +748,9 @@
*/
#define ST_ID 0x20 /* ST / SGS/Thomson / Numonyx (later acquired by
Micron) */
#define ST_M25P05A 0x2010
-#define ST_M25P05_RES 0x10 /* Same code as M25P10. */
+#define ST_M25P05_RES 0x05
#define ST_M25P10A 0x2011
-#define ST_M25P10_RES 0x10 /* Same code as M25P05. */
+#define ST_M25P10_RES 0x10
#define ST_M25P20 0x2012
#define ST_M25P20_RES 0x11
#define ST_M25P40 0x2013
More information about the flashrom
mailing list