Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 08:57 PM, Heinrich Schuchardt wrote: > On 10/04/2017 08:35 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt >> wrote: >>> On 09/10/2017 03:22 PM, Rob Clark wrote: From: Leif Lindholm >>> >>> The commit

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Peter Jones
On Wed, Oct 04, 2017 at 06:35:46PM +, Rob Clark wrote: > > Add the missing EFIAPI. > > I was talking to Peter Jones about this, and he suggested something > that makes *way* more sense.. just build u-boot with '-mabi=ms_abi' on > x86_64 (at least conditionally if EFI_LOADER is enabled). That

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 08:35 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt > wrote: >> On 09/10/2017 03:22 PM, Rob Clark wrote: >>> From: Leif Lindholm >> >> The commit message is missing. >> >> Fix all issues reported by

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> From: Leif Lindholm > > The commit message is missing. > > Fix all issues reported by checkpatch. > >> >> Signed-off-by: Leif Lindholm

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > From: Leif Lindholm The commit message is missing. Fix all issues reported by checkpatch. > > Signed-off-by: Leif Lindholm > --- > include/efi_api.h | 33 +++ >

[U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-09-10 Thread Rob Clark
From: Leif Lindholm Signed-off-by: Leif Lindholm --- include/efi_api.h | 33 +++ include/efi_loader.h | 2 ++ lib/efi_loader/Makefile | 2 +- lib/efi_loader/efi_boottime.c | 3 ++