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@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
* ron minnich rminnich@gmail.com [070110 01:14]:
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@gmail.com
Almost: http://www.linuxbios.org/Development_Guidelines#How_to_contribute
Hi,
On Wed, Jan 10, 2007 at 02:27:10AM +0100, Stefan Reinauer wrote:
- ron minnich rminnich@gmail.com [070110 01:14]:
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@gmail.com
Almost: http://www.linuxbios.org/Development_Guidelines#How_to_contribute
Ron, please re-submit with a proper sign-off so we can commit this.
Also, you might want to add your explanations above as a code comment so people looking at the code can see it (and don't have to browse the mailing list archive or svn logs).
Uwe.
On 1/17/07, Uwe Hermann uwe@hermann-uwe.de wrote:
Hi,
On Wed, Jan 10, 2007 at 02:27:10AM +0100, Stefan Reinauer wrote:
- ron minnich rminnich@gmail.com [070110 01:14]:
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@gmail.com
Almost: http://www.linuxbios.org/Development_Guidelines#How_to_contribute
Ron, please re-submit with a proper sign-off so we can commit this.
I'm sorry Uwe, I will get to this, I found other problems with this part that I am stil resolving, and I want to put in a good patch all at once.
Thanks
ron