Here's a patch for supporting the MX25U12835F part
Datasheet is here: http://www.macronix.com/Lists/DataSheet/Attachments/1653/MX25U12835F,%201.8V...
The ID was already in flashchips.h
1702 stefanct #define MACRONIX_MX25U12835E 0x2538 /* Same as MX25U12835F */
Martin
On Fri, 30 May 2014 15:08:13 -0600 Martin Roth martin.roth@se-eng.com wrote:
Here's a patch for supporting the MX25U12835F part
Thanks for the patch! Any specific reason why you did include only two erasers? 4k/20h and chip erase/60h/C7h are missing (although the respective functions are readily available).
Hi Stefan, If I recall, those were the only two I saw in the chip documentation, and it worked with just those two in there. I added that a few months back and hadn't gotten to submitting it until just now.
Please make any improvements you think are needed - I'll be glad to do any testing you want done.
Martin
On 05/30/2014 06:33 PM, Stefan Tauner wrote:
On Fri, 30 May 2014 15:08:13 -0600 Martin Roth martin.roth@se-eng.com wrote:
Here's a patch for supporting the MX25U12835F part
Thanks for the patch! Any specific reason why you did include only two erasers? 4k/20h and chip erase/60h/C7h are missing (although the respective functions are readily available).
On Tue, 03 Jun 2014 13:14:10 -0600 Martin Roth martin.roth@se-eng.com wrote:
Hi Stefan, If I recall, those were the only two I saw in the chip documentation, and it worked with just those two in there. I added that a few months back and hadn't gotten to submitting it until just now.
Please make any improvements you think are needed - I'll be glad to do any testing you want done.
Hi,
I have committed my refined version in r1823 because I am quite confident that it will just work. Logs/tests welcome though.