Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-29 Thread Leif Lindholm
On Wed, May 29, 2019 at 12:09:43PM +0200, Alexander Graf wrote: > > > > Do you want to change this policy? > > > > (I'm just asking.) > > > I am using SCT a lot to test my patches. I want to be able to run the > > > tests on the final code. > > Wouldn't it be better to patch/fork the upstream SCT

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-29 Thread Alexander Graf
On 24.05.19 15:30, Peter Robinson wrote: On Fri, May 24, 2019 at 6:19 AM Heinrich Schuchardt wrote: On 5/24/19 3:02 AM, AKASHI Takahiro wrote: Heinrich, On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: In EFI 1.10 a version of the Unicode collation protocol using ISO

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-24 Thread Heinrich Schuchardt
On 5/24/19 3:30 PM, Peter Robinson wrote: > On Fri, May 24, 2019 at 6:19 AM Heinrich Schuchardt > wrote: >> >> On 5/24/19 3:02 AM, AKASHI Takahiro wrote: >>> Heinrich, >>> >>> On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: In EFI 1.10 a version of the Unicode collation

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-24 Thread Peter Robinson
On Fri, May 24, 2019 at 6:19 AM Heinrich Schuchardt wrote: > > On 5/24/19 3:02 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: > >> In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2 > >> language codes

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-24 Thread AKASHI Takahiro
On Fri, May 24, 2019 at 07:12:37AM +0200, Heinrich Schuchardt wrote: > On 5/24/19 3:02 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: > >> In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2 > >> language

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-23 Thread Heinrich Schuchardt
On 5/24/19 3:02 AM, AKASHI Takahiro wrote: > Heinrich, > > On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: >> In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2 >> language codes existed. This protocol is not part of the UEFI specification >> any longer.

Re: [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-23 Thread AKASHI Takahiro
Heinrich, On Thu, May 16, 2019 at 07:34:54PM +0200, Heinrich Schuchardt wrote: > In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2 > language codes existed. This protocol is not part of the UEFI specification > any longer. Unfortunately it is required to run the UEFI Self

[U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol

2019-05-16 Thread Heinrich Schuchardt
In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2 language codes existed. This protocol is not part of the UEFI specification any longer. Unfortunately it is required to run the UEFI Self Certification Test (SCT) II, version 2.6, 2017. So we implement it here for the sole