Re: [PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-31 Thread Simon Glass
Hi Heinrich, On Sun, 30 Jan 2022 at 23:18, Heinrich Schuchardt wrote: > > > > On 1/31/22 00:14, Simon Glass wrote: > > Hi Heinrich, > > > > On Sat, 29 Jan 2022 at 14:40, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 1/29/22 22:09, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Fri,

Re: [PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-30 Thread Heinrich Schuchardt
On 1/31/22 00:14, Simon Glass wrote: Hi Heinrich, On Sat, 29 Jan 2022 at 14:40, Heinrich Schuchardt wrote: On 1/29/22 22:09, Simon Glass wrote: Hi Heinrich, On Fri, 28 Jan 2022 at 11:42, Heinrich Schuchardt wrote: On RISC-V a new UEFI protocol has been introduced. Support printing i

Re: [PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-30 Thread Simon Glass
Hi Heinrich, On Sat, 29 Jan 2022 at 14:40, Heinrich Schuchardt wrote: > > > > On 1/29/22 22:09, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 28 Jan 2022 at 11:42, Heinrich Schuchardt > > wrote: > >> > >> On RISC-V a new UEFI protocol has been introduced. Support printing > >> its GUID usi

Re: [PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-29 Thread Heinrich Schuchardt
On 1/29/22 22:09, Simon Glass wrote: Hi Heinrich, On Fri, 28 Jan 2022 at 11:42, Heinrich Schuchardt wrote: On RISC-V a new UEFI protocol has been introduced. Support printing its GUID using %pUs. Cc: Sunil V L Signed-off-by: Heinrich Schuchardt --- cf. [RFC PATCH V2 1/2] efi_loader: Ena

Re: [PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-29 Thread Simon Glass
Hi Heinrich, On Fri, 28 Jan 2022 at 11:42, Heinrich Schuchardt wrote: > > On RISC-V a new UEFI protocol has been introduced. Support printing > its GUID using %pUs. > > Cc: Sunil V L > Signed-off-by: Heinrich Schuchardt > --- > cf. > [RFC PATCH V2 1/2] efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL

[PATCH 1/1] lib: allow printing RISC-V EFI Boot Protocol GUID

2022-01-28 Thread Heinrich Schuchardt
On RISC-V a new UEFI protocol has been introduced. Support printing its GUID using %pUs. Cc: Sunil V L Signed-off-by: Heinrich Schuchardt --- cf. [RFC PATCH V2 1/2] efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support https://lists.denx.de/pipermail/u-boot/2022-January/473505.html --- lib/uuid.c