Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-02 Thread Heinrich Schuchardt
On 11/02/2018 01:32 AM, AKASHI Takahiro wrote: > On Thu, Nov 01, 2018 at 08:39:04AM +0100, Heinrich Schuchardt wrote: >> On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: >>> From: Leif Lindholm >>> >>> This patch provides enough implementation of the following protocols to >>> run EDKII's Shell.efi

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread AKASHI Takahiro
On Thu, Nov 01, 2018 at 08:09:45AM +0100, Heinrich Schuchardt wrote: > On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > > From: Leif Lindholm > > > > This patch provides enough implementation of the following protocols to > > run EDKII's Shell.efi and UEFI SCT: > > > > * EfiHiiDatabaseProtocol

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread AKASHI Takahiro
On Thu, Nov 01, 2018 at 08:39:04AM +0100, Heinrich Schuchardt wrote: > On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > > From: Leif Lindholm > > > > This patch provides enough implementation of the following protocols to > > run EDKII's Shell.efi and UEFI SCT: > > > > * EfiHiiDatabaseProtocol

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread AKASHI Takahiro
On Thu, Nov 01, 2018 at 09:42:25AM +0100, Heinrich Schuchardt wrote: > On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > > From: Leif Lindholm > > > > This patch provides enough implementation of the following protocols to > > run EDKII's Shell.efi and UEFI SCT: > > > > * EfiHiiDatabaseProtocol

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread Heinrich Schuchardt
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > From: Leif Lindholm > > This patch provides enough implementation of the following protocols to > run EDKII's Shell.efi and UEFI SCT: > > * EfiHiiDatabaseProtocol > * EfiHiiStringProtocol > > Not implemented are: > * ExportPackageLists() >

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread Heinrich Schuchardt
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > From: Leif Lindholm > > This patch provides enough implementation of the following protocols to > run EDKII's Shell.efi and UEFI SCT: > > * EfiHiiDatabaseProtocol > * EfiHiiStringProtocol > > Not implemented are: > * ExportPackageLists() >

Re: [U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-11-01 Thread Heinrich Schuchardt
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > From: Leif Lindholm > > This patch provides enough implementation of the following protocols to > run EDKII's Shell.efi and UEFI SCT: > > * EfiHiiDatabaseProtocol > * EfiHiiStringProtocol > > Not implemented are: > * ExportPackageLists() >

[U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols

2018-10-31 Thread AKASHI Takahiro
From: Leif Lindholm This patch provides enough implementation of the following protocols to run EDKII's Shell.efi and UEFI SCT: * EfiHiiDatabaseProtocol * EfiHiiStringProtocol Not implemented are: * ExportPackageLists() * RegisterPackageNotify()/UnregisterPackageNotify() * SetKeyboard