]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add a USB hunter
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:37 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commit9e47aa9117741592ef807ed1fdd18650c6793c2a
tree259017d9a61483a7ec3aa0e9b16c48fe5bcabb2d
parent3d5bef9c01ce5604b70ead82461736eea25c1e9a
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>
drivers/usb/host/usb_bootdev.c
test/boot/bootdev.c