[PATCH v2 1/3] cmd: part: Add subcommand to list supported partition tables
Simon Glass
sjg at chromium.org
Mon Mar 23 16:37:05 CET 2020
On Thu, 19 Mar 2020 at 10:14, Niel Fourie <lusus at denx.de> wrote:
>
> Add a subcommand "types" to the part command, which lists the supported
> partition table types.
>
> Signed-off-by: Niel Fourie <lusus at denx.de>
> CC: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Add Python test
>
> cmd/part.c | 27 +++++++++++++++++++++++++--
> test/py/tests/test_part.py | 14 ++++++++++++++
> 2 files changed, 39 insertions(+), 2 deletions(-)
> create mode 100644 test/py/tests/test_part.py
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list