]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: part: Add subcommand to list supported partition tables
authorNiel Fourie <lusus@denx.de>
Tue, 24 Mar 2020 15:17:03 +0000 (16:17 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 19:22:42 +0000 (15:22 -0400)
commita7aeda3b9d9de55d9acebfbedafa6e97a3ea906a
tree61c6ebad8c31b303aa34a531ddc75702a5ccba68
parent98a4e16b0e50d453848d23c6c8e9d0a978c1c321
cmd: part: Add subcommand to list supported partition tables

Add a subcommand "types" to the part command, which lists the supported
partition table types.

Signed-off-by: Niel Fourie <lusus@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/part.c
test/py/tests/test_part.py [new file with mode: 0644]