Miklós Márton has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/39841 )
Change subject: udelay.c: Enable providing delay calibration value through CLI ......................................................................
Patch Set 2:
Patch Set 2: Code-Review-1
(1 comment)
We have had a discussion with Hrvoje that the delay calibration should be only performed for programmers which rely on (mainly bitbanging programmers I think). He is using linux_spi programmer where I doubt that it is necessary. So it might be more useful to fix this fixme: https://github.com/flashrom/flashrom/blob/master/cli_classic.c#L456 So rather than adding an argument it might makes more sense to run the delay calibration only when it is really necessary.