Attention is currently required from: David Bartley, Angel Pons.
1 comment:
File flashchips.c:
Patch Set #1, Line 17757: /* Full chip erase is fastest, typically takes 200s */
Well, maybe there is one low-hanging fruit: For the erase commandline
option (-E), we could iterate over the list in reverse order?Sounds like a very good idea. Do we have to account for region erases, though?
Yeah, seemed too easy. You are right, IIRC, we allow not block aligned regions,
so this optimization would apply to a `-E` for the full flash only. (Otherwise,
flashrom would see the flash-erase op, realize that it needs to back up every-
thing outside the region, erase, and restore the backup.)
To view, visit change 54968. To unsubscribe, or for help writing mail filters, visit settings.