I keep forgetting this procedure. I hope this is ok.
Add support for ST M50FW080 (1 MBYTE firmware hub).
Note that it seems to work, but does not program; this is probably due
to the board we are on, as this part is advertised as FWH compatible.
Approved-by: Ronald G. Minnich <rminnich(a)gmail.com>
Index: flashchips.c
===================================================================
--- flashchips.c (revision 2534)
+++ flashchips.c (working copy)
@@ -106,6 +106,8 @@
probe_82802ab, erase_82802ab, write_82802ab, NULL},
{"82802ac", 137, 172, NULL, 1024, 64 * 1024,
probe_82802ab, erase_82802ab, write_82802ab, NULL},
+ {"ST M50FW080", 0x20, 0x2d, NULL, 1024, 64 * 1024,
+ probe_82802ab, erase_82802ab, write_82802ab, NULL},
{"F49B002UA", EMST_ID, EMST_F49B002UA, NULL, 256, 4096,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
#ifndef DISABLE_DOC