3 comments:
Patch Set #1, Line 7: Add support for MX25U25635F.
No full-stop at end of summary, please.
Done
Patch Set #1, Line 10: Tested successfully for probe/read.
Any tests with write/erase?
Unfortunately not, I only have one chip, and it's in a device we can't have down for a significant period of time if things go wrong.
{
.eraseblocks = { {4 * 1024, 8192} },
.block_erase = spi_block_erase_20,
}, {
.eraseblocks = { {32 * 1024, 1024} },
.block_erase = spi_block_erase_52,
}, {
.eraseblocks = { {64 * 1024, 512} },
.block_erase = spi_block_erase_d8,
}, {
Native 4BA erase versions should also be mentioned: 21, 5c, dc
Done
To view, visit change 33639. To unsubscribe, or for help writing mail filters, visit settings.