Anastasia Klimchuk has posted comments on this change by Anastasia Klimchuk. ( https://review.coreboot.org/c/flashrom/+/84439?usp=email )
Change subject: Display progress for what is actually erased/written ......................................................................
Patch Set 12:
(1 comment)
File tests/chip.c:
https://review.coreboot.org/c/flashrom/+/84439/comment/627ebcfb_c5a5cf20?usp... : PS12, Line 51: size_t last_seen[FLASHROM_PROGRESS_NR]; I added this while fixing the tests for feature_no_erase, but I think it is useful regardless. It only makes sense to compare "last_seen" with current for the same operation.