Attention is currently required from: Anastasia Klimchuk.
Vasily Galkin has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/77529?usp=email )
Change subject: spi25_statusreg: add verbose output on status registers read results ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Just to check, this will log only for super verbose mode -VVV right? […]
Yes, logged only for super-verbose -VVV. The less verbose -VV does not log it.
The count of produced lines depends on a chip. In general, say near 4 lines are produced (flashrom really rereads it several times).
Also, since WP registers are automatically touched by flashrom's "--write" operation - it is also displayed during --write. This was especially important: before it I thought that WP is not working, but it turned out that flashrom automatically disabled it. (after that I tested WP with an external tool talking directly to programmer at lower level and seen that the WP is really working)
BTW, if this is too verbose for flashrom standards - I'm fine with dropping this patch from a series. I'm seeing its usefulness only as "a person quite new to SPI flashing"