Re: [U-Boot] [PATCH v5 1/3] GPT: add accessor function for disk GUID

2017-06-11 Thread Tom Rini
On Fri, Jun 09, 2017 at 10:27:40PM -0700, ali...@peloton-tech.com wrote: > From: Alison Chaiken > > In order to read the GPT, modify the partition name strings, and then > write out a new GPT, the disk GUID is needed. While there is an > existing accessor for the partition UUIDs, there is none

[U-Boot] [PATCH v5 1/3] GPT: add accessor function for disk GUID

2017-06-09 Thread alison
From: Alison Chaiken In order to read the GPT, modify the partition name strings, and then write out a new GPT, the disk GUID is needed. While there is an existing accessor for the partition UUIDs, there is none yet for the disk GUID. Changes since v4: -- Made do_disk_guid() return 0 upon succe