Hello build bot (Jenkins), Miklós Márton, David Hendricks,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/39841
to look at the new patch set (#2).
Change subject: udelay.c: Enable providing delay calibration value through CLI ......................................................................
udelay.c: Enable providing delay calibration value through CLI
This commit implements --loop-delay option to retrieve and provide the calibration loop delay through the command line. The delay calibration procedure can take up to few seconds, which adds up when executed a number of times consecutively. Therefore, this provides a means to execute it only once, and then re-use the calibrated value on subsequent runs. Also, it implements a sanity check, expecting the value to land within 10% of the theoretical delay expectance, otherwise it ignores the provided value and runs the calibration procedure instead.
modified: cli_classic.c modified: flashrom.8.tmpl modified: programmer.h modified: udelay.c
Change-Id: Iea2a7f62300663bc0a32ed4abced57c8c55c90c8 Signed-off-by: Hrvoje Cavrak hrvoje@hrvoje.org --- M cli_classic.c M flashrom.8.tmpl M programmer.h M udelay.c 4 files changed, 52 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/41/39841/2