Attention is currently required from: Edward O'Callaghan, Angel Pons. Nikolai Artemiev has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/63881 )
Change subject: flashrom: initialize restore func count in correct place ......................................................................
Patch Set 3:
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/63881/comment/f97323f3_946a4ae8 PS1, Line 12: Previously the count was reset after calling chip->unlock(), causing the : restore handler that is registered by spi_disable_blockprotect_generic() : to be lost.
The following maybe a little more clear: […]
Done
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/63881/comment/279699ed_5620df97 PS1, Line 1865: flash->chip_restore_fn_count = 0;
Maybe add a short comment here? […]
Done