Re: [PATCH v2 4/4] cmd: gpt: fix gpt read

2023-09-04 Thread Simon Glass
On Sat, 2 Sept 2023 at 01:34, Heinrich Schuchardt wrote: > > To partition a block device the partition type GUIDs are needed but > 'gpt read' does not provide these. Add the missing parts. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > use accessor for type_guid field > --- > cmd/g

[PATCH v2 4/4] cmd: gpt: fix gpt read

2023-09-02 Thread Heinrich Schuchardt
To partition a block device the partition type GUIDs are needed but 'gpt read' does not provide these. Add the missing parts. Signed-off-by: Heinrich Schuchardt --- v2: use accessor for type_guid field --- cmd/gpt.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-)