commit | f3cb89f95ef55d596be3a5daade6e80cf7ba81d0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:37 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 259017d9a61483a7ec3aa0e9b16c48fe5bcabb2d | |
parent | ffc4948eabc91f14240c8f94557666983f3da1e7 [diff] |
bootstd: Add a USB hunter Add a hunter for USB which enumerates the bus to find new bootdevs. Update the tests and speed up bootdev_test_prio() while we are here, by dropping the USB delays. Signed-off-by: Simon Glass <sjg@chromium.org>