commit | 04fb2b6e45893df45a7d6bed61614fce97c279e4 | [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 | 8b031871218689e72ecf517ad6d584ae4c659aad [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>