Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-04-01 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 19:46, Heinrich Schuchardt wrote: > > > > Am 31. März 2023 03:16:06 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Fri, 31 Mar 2023 at 13:27, Heinrich Schuchardt wrote: > >> > >> > >> > >> Am 31. März 2023 01:48:57 MESZ schrieb Simon Glass : > >> >Hi

Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-31 Thread Heinrich Schuchardt
Am 31. März 2023 03:16:06 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 31 Mar 2023 at 13:27, Heinrich Schuchardt wrote: >> >> >> >> Am 31. März 2023 01:48:57 MESZ schrieb Simon Glass : >> >Hi Heinrich, >> > >> >On Fri, 31 Mar 2023 at 11:38, Heinrich Schuchardt >> >wrote: >> >> >> >>

Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-30 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 13:27, Heinrich Schuchardt wrote: > > > > Am 31. März 2023 01:48:57 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Fri, 31 Mar 2023 at 11:38, Heinrich Schuchardt wrote: > >> > >> > >> > >> Am 30. März 2023 23:32:07 MESZ schrieb Simon Glass : > >> >The

Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-30 Thread Heinrich Schuchardt
Am 31. März 2023 01:48:57 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Fri, 31 Mar 2023 at 11:38, Heinrich Schuchardt wrote: >> >> >> >> Am 30. März 2023 23:32:07 MESZ schrieb Simon Glass : >> >The CMD_EFIDEBUG option enables debugging so it is reasonable to assume >> >that all effects

Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-30 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 11:38, Heinrich Schuchardt wrote: > > > > Am 30. März 2023 23:32:07 MESZ schrieb Simon Glass : > >The CMD_EFIDEBUG option enables debugging so it is reasonable to assume > >that all effects should be made to decode the dreaded UUIDs favoured by > >UEFI. > > >

Re: [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-30 Thread Heinrich Schuchardt
Am 30. März 2023 23:32:07 MESZ schrieb Simon Glass : >The CMD_EFIDEBUG option enables debugging so it is reasonable to assume >that all effects should be made to decode the dreaded UUIDs favoured by >UEFI. > >Update the table to show them all when CONFIG_CMD_EFIDEBUG is enabled. >

[PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

2023-03-30 Thread Simon Glass
The CMD_EFIDEBUG option enables debugging so it is reasonable to assume that all effects should be made to decode the dreaded UUIDs favoured by UEFI. Update the table to show them all when CONFIG_CMD_EFIDEBUG is enabled. Signed-off-by: Simon Glass --- lib/uuid.c | 2 +- 1 file changed, 1