Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-24 Thread AKASHI Takahiro
On Mon, Jan 24, 2022 at 09:25:34AM +0100, Heinrich Schuchardt wrote: > On 1/24/22 08:23, AKASHI Takahiro wrote: > > On Fri, Jan 21, 2022 at 05:03:03PM +0100, Heinrich Schuchardt wrote: > > > On 1/21/22 16:20, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > > On Sun, 16 Jan 2022 at 08:14, Hei

Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-24 Thread Heinrich Schuchardt
On 1/24/22 08:23, AKASHI Takahiro wrote: On Fri, Jan 21, 2022 at 05:03:03PM +0100, Heinrich Schuchardt wrote: On 1/21/22 16:20, Simon Glass wrote: Hi Heinrich, On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt wrote: Use "%pS" to print text representations of GUIDs. Signed-off-by: Heinrich

Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-23 Thread AKASHI Takahiro
On Fri, Jan 21, 2022 at 05:03:03PM +0100, Heinrich Schuchardt wrote: > On 1/21/22 16:20, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt > > wrote: > > > > > > Use "%pS" to print text representations of GUIDs. > > > > > > Signed-off-by: Heinrich Sch

Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-21 Thread Simon Glass
Hi Heinrich, On Fri, 21 Jan 2022 at 09:03, Heinrich Schuchardt wrote: > > On 1/21/22 16:20, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt > > wrote: > >> > >> Use "%pS" to print text representations of GUIDs. > >> > >> Signed-off-by: Heinrich Schuc

Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-21 Thread Heinrich Schuchardt
On 1/21/22 16:20, Simon Glass wrote: Hi Heinrich, On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt wrote: Use "%pS" to print text representations of GUIDs. Signed-off-by: Heinrich Schuchardt --- cmd/efidebug.c | 160 ++--- include/efi_api.h

Re: [PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-21 Thread Simon Glass
Hi Heinrich, On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt wrote: > > Use "%pS" to print text representations of GUIDs. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/efidebug.c | 160 ++--- > include/efi_api.h | 8 +++ > include/efi_dt

[PATCH 6/8] cmd: efidebug: simplify printing GUIDs

2022-01-16 Thread Heinrich Schuchardt
Use "%pS" to print text representations of GUIDs. Signed-off-by: Heinrich Schuchardt --- cmd/efidebug.c | 160 ++--- include/efi_api.h | 8 +++ include/efi_dt_fixup.h | 4 -- include/efi_rng.h | 4 -- lib/uuid.c | 116 ++