]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: usb: Add a bootdev driver
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:23 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit00bf60c5fdc5bcfaa8a30fd285e456a500301e9c
tree4486092416d85c711292e665290b8b0d05517faa
parentfaeebf3eb5e05a2be9117150afff347d8e46d8ba
bootstd: usb: Add a bootdev driver

Add a bootdev driver for USB host. It can use the distro boot mechanism to
locate a file, or any other available bootmeth.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/usb_storage.c
drivers/usb/host/Makefile
drivers/usb/host/usb_bootdev.c [new file with mode: 0644]