]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Support running bootdev hunters
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:34 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commitc0371f5950672afec0c2405609c4acb02d2fa300
tree1e9e545f889364b42b4772393bfd93f0e365baa4
parent0b2428b64bd8384a4d95c5fa6f6d3d8f9486838c
bootstd: Support running bootdev hunters

Add a way to run a bootdev hunter to find bootdevs of a certain type. Add
this to the 'bootdev hunt' command. Test for this are added in a later
patch, since a useful test needs some hunters to work with.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
cmd/bootdev.c
include/bootdev.h
test/boot/bootdev.c