#104: flashrom: Partial operations; change flash drivers to not erase in the write function -----------------------------------+---------------------------------------- Reporter: stuge | Owner: stuge Type: enhancement | Status: new Priority: major | Milestone: flashrom v1.0 Component: flashrom | Version: Keywords: partial erase write | Dependencies: Patchstatus: there is no patch | -----------------------------------+---------------------------------------- Changes (by hailfinger):
* milestone: flashrom v1.1 => flashrom v1.0
Comment:
flashrom has been changed to consistent erase-before-write operation.
Support for partial erase has been added, so now is the time to consider splitting write and erase and have some walker function which walks the blocks and erases one, then writes it etc.