]> git.baikalelectronics.ru Git - uboot.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)
commit9215a5aca283abae380e8e814766e43d969ad65b
tree5a9c0e680c79b08f0d8c46f34ae3a60f3a2c9259
parent9e9d06ee905fc4fd787eb8a9fb82c9612c3a1897
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]