[U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-03 Thread Heinrich Schuchardt
The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. Signed-off-by: Heinrich Schuchardt --- v3: no change v2: add more comments --- MAINTAINERS| 2 + include/cp1250.h | 40 +++ include/cp437.h| 40 +

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-03 Thread Alexander Graf
On 03.09.18 18:35, Heinrich Schuchardt wrote: > The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > no change > v2: > add more comments > --- > MAINTAINERS| 2 + > include/cp1250.h

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-03 Thread Heinrich Schuchardt
On 09/03/2018 11:09 PM, Alexander Graf wrote: > > > On 03.09.18 18:35, Heinrich Schuchardt wrote: >> The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> v3: >> no change >> v2: >> add more comments >> --- >> MAINTAINERS

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-03 Thread Alexander Graf
On 03.09.18 23:24, Heinrich Schuchardt wrote: > On 09/03/2018 11:09 PM, Alexander Graf wrote: >> >> >> On 03.09.18 18:35, Heinrich Schuchardt wrote: >>> The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. >>> >>> Signed-off-by: Heinrich Schuchardt >>> --- >>> v3: >>> no change >>> v2: >

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-04 Thread Alexander Graf
On 03.09.18 18:35, Heinrich Schuchardt wrote: > The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > no change > v2: > add more comments > --- > MAINTAINERS| 2 + > include/cp1250.h

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-04 Thread Alexander Graf
On 04.09.18 19:12, Heinrich Schuchardt wrote: > On 09/04/2018 03:46 PM, Alexander Graf wrote: >> >> >> On 03.09.18 18:35, Heinrich Schuchardt wrote: >>> The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. >>> >>> Signed-off-by: Heinrich Schuchardt >>> --- >>> v3: >>> no change >>> v2: >

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-04 Thread Leif Lindholm
On Wed, Sep 05, 2018 at 12:04:04AM +0200, Alexander Graf wrote: > > I just removed your patch > > XXX efi_loader collation: Expose v1 GUID as well > > from https://github.com/agraf/u-boot/commits/ebbr-demo > > and I am still able to run Shell.efi. > > I just double checked and Shell.efi definitely

Re: [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

2018-09-04 Thread Alexander Graf
On 05.09.18 00:28, Leif Lindholm wrote: > On Wed, Sep 05, 2018 at 12:04:04AM +0200, Alexander Graf wrote: >>> I just removed your patch >>> XXX efi_loader collation: Expose v1 GUID as well >>> from https://github.com/agraf/u-boot/commits/ebbr-demo >>> and I am still able to run Shell.efi. >> >> I