Attention is currently required from: Paul Menzel, Rob Barnes. Hello build bot (Jenkins), Furquan Shaikh, Martin Roth, Marshall Dawson,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/51775
to look at the new patch set (#6).
Change subject: chromeec: Fix google_chromeec_status_check timeout ......................................................................
chromeec: Fix google_chromeec_status_check timeout
Rewrite google_chromeec_status_check to use stopwatch instead of a delay in a while loop. In practice the while loop ends up taking much longer than one second to timeout. Using stopwatch library will accurately timeout after one second.
BUG=b:183524609 TEST=Build and run on guybrush BRANCH=None
Change-Id: I363ff7453bcf81581884f92797629a6f96d42580 Signed-off-by: Rob Barnes robbarnes@google.com --- M src/ec/google/chromeec/ec_lpc.c 1 file changed, 13 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/51775/6