]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: blkls: Add blkls command
authorNiel Fourie <lusus@denx.de>
Mon, 30 Mar 2020 15:22:58 +0000 (17:22 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 19:37:13 +0000 (15:37 -0400)
commite369790843d87c2089ae93cd2345723a95ace71d
tree5a9c0e680c79b08f0d8c46f34ae3a60f3a2c9259
parent2e48836895d1246b40f7e166695651882e7bb68c
cmd: blkls: Add blkls command

Add a command to print a list of available block device drivers,
and for each, the list of known block devices.

Signed-off-by: Niel Fourie <lusus@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/Kconfig
cmd/Makefile
cmd/lsblk.c [new file with mode: 0644]
test/py/tests/test_lsblk.py [new file with mode: 0644]