Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/40328 )
Change subject: Hide redondant 'Error: SCIP never cleared!' message ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
https://review.coreboot.org/c/flashrom/+/40328/1/ichspi.c File ichspi.c:
https://review.coreboot.org/c/flashrom/+/40328/1/ichspi.c@850 PS1, Line 850: timeout = 100 * 60; /* 60 ms are 9.6 million cycles at 16 MHz. */ You're still hitting this timeout for every SPI flash chip, even if you don't see the message. Something should indicate that your hardware has the SPI controller in a non-working state, so the proper fix would be to mask the SPI capabilities in that case.