Re: [U-Boot] [PATCH v0 11/20] efi_loader: add guidstr helper

2017-08-05 Thread Heinrich Schuchardt
On 08/05/2017 09:56 PM, Rob Clark wrote: > On Sat, Aug 5, 2017 at 3:33 PM, Heinrich Schuchardt > wrote: >> On 08/04/2017 09:31 PM, Rob Clark wrote: >>> There are a couple places where we'll need GUID -> string. So add a >>> helper. >>> >>> Signed-off-by: Rob Clark

Re: [U-Boot] [PATCH v0 11/20] efi_loader: add guidstr helper

2017-08-05 Thread Rob Clark
On Sat, Aug 5, 2017 at 3:33 PM, Heinrich Schuchardt wrote: > On 08/04/2017 09:31 PM, Rob Clark wrote: >> There are a couple places where we'll need GUID -> string. So add a >> helper. >> >> Signed-off-by: Rob Clark >> --- >> include/efi_loader.h | 15

Re: [U-Boot] [PATCH v0 11/20] efi_loader: add guidstr helper

2017-08-05 Thread Heinrich Schuchardt
On 08/04/2017 09:31 PM, Rob Clark wrote: > There are a couple places where we'll need GUID -> string. So add a > helper. > > Signed-off-by: Rob Clark > --- > include/efi_loader.h | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git