
23 Mar
2020
23 Mar
'20
4:37 p.m.
On Thu, 19 Mar 2020 at 10:14, Niel Fourie lusus@denx.de wrote:
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
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@chromium.org