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 (#5).
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 3rdparty/amd_blobs M 3rdparty/blobs M 3rdparty/intel-microcode M 3rdparty/qc_blobs M src/ec/google/chromeec/ec_lpc.c 5 files changed, 17 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/51775/5