Attention is currently required from: Felix Singer.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/68640 )
Change subject: ichspi: Unify timeouts across all SPI operations to 30s ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/68640/comment/c1d328e9_0d7fc88f PS1, Line 72: Change-Id: Icb632d28c2c8420b9e47a8a0abd0dbf84dc200eb Using a new change-id breaks Gerrit's ability to link cherry-picks from other branches. Just something to keep in mind for the future.
File ichspi.c:
https://review.coreboot.org/c/flashrom/+/68640/comment/c1496b5a_2a31715b PS1, Line 1264: timeout_us /= 8; /* scale timeout duration to counter */ After this line, it's not `us` anymore. But let's keep it, we're just backporting here. Maybe something to look into on the master branch.