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

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:53PM -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

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

2017-05-21 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. Signed-off-by: Alison Chaiken