
This series are a consequence on the discussion of the patch [1]. It introduces some new patches in order to address the feedback received, adds the documentation and fixes a small typo found during the work on these patches.
Best regards, Enric
[1] https://patchwork.ozlabs.org/project/uboot/patch/20220727133534.126824-1-eba...
Changes in v2: - New patch (1) in the series to fix a trivial type - New patch (2) in the series to introduce the documentation of the part type command - Fix typo s/partittion/partition/ in commit message - Add gpt test for the part type command - Add the man-page for part command in doc/usage/cmd
Enric Balletbo i Serra (4): doc: man-page for the part command doc/README.gpt: Fix typo 'a optionnal' cmd: part: Add partition-related type command test/py: gpt: add test for the gpt partition type GUID identifier
cmd/part.c | 29 ++++++++++ doc/README.gpt | 2 +- doc/usage/cmd/part.rst | 109 ++++++++++++++++++++++++++++++++++++++ test/py/tests/test_gpt.py | 23 ++++++++ 4 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 doc/usage/cmd/part.rst