bootstd: Add a bootmeth command
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:12 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit7fca71d0d626aed1735f1d9719f473567207affb
treeec8f5db213798c2a3c30d1886e2507120254a0a5
parent2d653f686b6db7929764aa5da4c60b8a4cab052f
bootstd: Add a bootmeth command

Add a 'bootmeth' command to handle listing and ordering of boot methods.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/Makefile
cmd/bootmeth.c [new file with mode: 0644]