
22 Dec
2022
22 Dec
'22
6:47 p.m.
On Thu, 22 Dec 2022 at 07:26, Enric Balletbo i Serra eballetb@redhat.com wrote:
This implements the following command:
part type mmc 0:1 -> print partition type UUID part type mmc 0:1 uuid -> set environment variable to partition type UUID
"part type" can be useful when writing a bootcmd which searches for a specific partition type to enable automatic discovery of partitions and their intended usage or mount point.
Signed-off-by: Enric Balletbo i Serra eballetbo@redhat.com
(no changes since v1)
cmd/part.c | 29 +++++++++++++++++++++++++++++ doc/usage/cmd/part.rst | 12 ++++++++++++ 2 files changed, 41 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org