Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-09 Thread AKASHI, Takahiro
Heinrich, On Tue, Oct 09, 2018 at 07:19:58PM +0200, Heinrich Schuchardt wrote: > On 10/09/2018 09:24 AM, AKASHI, Takahiro wrote: > > Do you have any specific idea about what is really missing > > in Leif's/Rob's HII patch? > > (My original question.) > > > > -Takahiro Akashi > > Please, see

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-09 Thread Heinrich Schuchardt
On 10/09/2018 09:24 AM, AKASHI, Takahiro wrote: > Do you have any specific idea about what is really missing > in Leif's/Rob's HII patch? > (My original question.) > > -Takahiro Akashi Please, see https://patchwork.ozlabs.org/patch/823807/ Open topics were: - usage of bitfields - incorrect

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-09 Thread AKASHI, Takahiro
On Fri, Oct 05, 2018 at 03:06:52PM +0200, Alexander Graf wrote: > On 10/05/2018 11:49 AM, Leif Lindholm wrote: > >On Fri, Oct 05, 2018 at 05:52:09PM +0900, AKASHI, Takahiro wrote: > 2. If a platform includes a configuration infrastructure, then the > EFI_HII_DATABASE_PROTOCOL,

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-05 Thread Heinrich Schuchardt
On 10/05/2018 11:49 AM, Leif Lindholm wrote: > On Fri, Oct 05, 2018 at 05:52:09PM +0900, AKASHI, Takahiro wrote: 2. If a platform includes a configuration infrastructure, then the EFI_HII_DATABASE_PROTOCOL, EFI_HII_STRING_PROTOCOL, EFI_HII_CONFIG_ROUTING_PROTOCOL, and

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-05 Thread Alexander Graf
On 10/05/2018 11:49 AM, Leif Lindholm wrote: On Fri, Oct 05, 2018 at 05:52:09PM +0900, AKASHI, Takahiro wrote: 2. If a platform includes a configuration infrastructure, then the EFI_HII_DATABASE_PROTOCOL, EFI_HII_STRING_PROTOCOL, EFI_HII_CONFIG_ROUTING_PROTOCOL, and

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-05 Thread Leif Lindholm
On Fri, Oct 05, 2018 at 05:52:09PM +0900, AKASHI, Takahiro wrote: > > > 2. If a platform includes a configuration infrastructure, then the > > > EFI_HII_DATABASE_PROTOCOL, EFI_HII_STRING_PROTOCOL, > > > EFI_HII_CONFIG_ROUTING_PROTOCOL, and EFI_HII_CONFIG_ACCESS_PROTOCOL are > > > required. > > > >

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-05 Thread AKASHI, Takahiro
On Wed, 3 Oct 2018 at 16:37, AKASHI, Takahiro wrote: > > Alex, > > On Sun, Sep 23, 2018 at 12:11:08PM +0200, Alexander Graf wrote: > > > > > > On 22.09.18 12:34, Heinrich Schuchardt wrote: > > > On 10/10/2017 02:22 PM, Rob Clark wrote: > > >> From: Leif Lindholm > > >> > > >> Enough

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-10-03 Thread AKASHI, Takahiro
Alex, On Sun, Sep 23, 2018 at 12:11:08PM +0200, Alexander Graf wrote: > > > On 22.09.18 12:34, Heinrich Schuchardt wrote: > > On 10/10/2017 02:22 PM, Rob Clark wrote: > >> From: Leif Lindholm > >> > >> Enough implementation of the following protocols to run Shell.efi and > >> SCT.efi: > >> >

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-09-23 Thread Alexander Graf
On 22.09.18 12:34, Heinrich Schuchardt wrote: > On 10/10/2017 02:22 PM, Rob Clark wrote: >> From: Leif Lindholm >> >> Enough implementation of the following protocols to run Shell.efi and >> SCT.efi: >> >> EfiHiiConfigRoutingProtocolGuid >> EfiHiiDatabaseProtocol >> EfiHiiStringProtocol >

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2018-09-22 Thread Heinrich Schuchardt
On 10/10/2017 02:22 PM, Rob Clark wrote: > From: Leif Lindholm > > Enough implementation of the following protocols to run Shell.efi and > SCT.efi: > > EfiHiiConfigRoutingProtocolGuid > EfiHiiDatabaseProtocol > EfiHiiStringProtocol The i386 Shell.efi also tries to open these before

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-12 Thread Alexander Graf
On 10/12/2017 11:55 AM, Rob Clark wrote: On Thu, Oct 12, 2017 at 3:13 AM, Alexander Graf wrote: On 12.10.17 00:02, Rob Clark wrote: On Wed, Oct 11, 2017 at 10:30 AM, Alexander Graf wrote: On 10.10.17 14:22, Rob Clark wrote: From: Leif Lindholm

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-12 Thread Rob Clark
On Thu, Oct 12, 2017 at 3:13 AM, Alexander Graf wrote: > > > On 12.10.17 00:02, Rob Clark wrote: >> On Wed, Oct 11, 2017 at 10:30 AM, Alexander Graf wrote: >>> >>> >>> On 10.10.17 14:22, Rob Clark wrote: From: Leif Lindholm

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-12 Thread Alexander Graf
On 12.10.17 00:02, Rob Clark wrote: > On Wed, Oct 11, 2017 at 10:30 AM, Alexander Graf wrote: >> >> >> On 10.10.17 14:22, Rob Clark wrote: >>> From: Leif Lindholm >>> >>> Enough implementation of the following protocols to run Shell.efi and >>> SCT.efi:

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-11 Thread Rob Clark
On Wed, Oct 11, 2017 at 10:30 AM, Alexander Graf wrote: > > > On 10.10.17 14:22, Rob Clark wrote: >> From: Leif Lindholm >> >> Enough implementation of the following protocols to run Shell.efi and >> SCT.efi: >> >> EfiHiiConfigRoutingProtocolGuid >>

Re: [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-11 Thread Alexander Graf
On 10.10.17 14:22, Rob Clark wrote: > From: Leif Lindholm > > Enough implementation of the following protocols to run Shell.efi and > SCT.efi: > > EfiHiiConfigRoutingProtocolGuid > EfiHiiDatabaseProtocol > EfiHiiStringProtocol > > We'll fill in the rest once

[U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols

2017-10-10 Thread Rob Clark
From: Leif Lindholm Enough implementation of the following protocols to run Shell.efi and SCT.efi: EfiHiiConfigRoutingProtocolGuid EfiHiiDatabaseProtocol EfiHiiStringProtocol We'll fill in the rest once SCT is running properly so we can validate the