Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-06 Thread Rob Clark
On Wed, Sep 6, 2017 at 12:18 AM, Heinrich Schuchardt wrote: > On 09/06/2017 01:48 AM, Rob Clark wrote: >> On Tue, Sep 5, 2017 at 4:55 AM, Simon Glass wrote: >>> Hi, >>> >>> On 1 September 2017 at 22:45, Tom Rini wrote: On Wed, Aug 30, 2017 at 04:16:34AM +0800, Simon Glass wrote: > Hi, >

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-05 Thread Heinrich Schuchardt
On 09/06/2017 01:48 AM, Rob Clark wrote: > On Tue, Sep 5, 2017 at 4:55 AM, Simon Glass wrote: >> Hi, >> >> On 1 September 2017 at 22:45, Tom Rini wrote: >>> On Wed, Aug 30, 2017 at 04:16:34AM +0800, Simon Glass wrote: Hi, On 29 August 2017 at 22:16, Rob Clark wrote: > On Tue,

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-05 Thread Rob Clark
On Tue, Sep 5, 2017 at 4:55 AM, Simon Glass wrote: > Hi, > > On 1 September 2017 at 22:45, Tom Rini wrote: >> On Wed, Aug 30, 2017 at 04:16:34AM +0800, Simon Glass wrote: >>> Hi, >>> >>> On 29 August 2017 at 22:16, Rob Clark wrote: >>> > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm >>> > wro

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-05 Thread Simon Glass
Hi, On 1 September 2017 at 22:45, Tom Rini wrote: > On Wed, Aug 30, 2017 at 04:16:34AM +0800, Simon Glass wrote: >> Hi, >> >> On 29 August 2017 at 22:16, Rob Clark wrote: >> > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm >> > wrote: >> >> On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander G

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-01 Thread Tom Rini
On Wed, Aug 30, 2017 at 04:16:34AM +0800, Simon Glass wrote: > Hi, > > On 29 August 2017 at 22:16, Rob Clark wrote: > > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm > > wrote: > >> On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: > >>> > > > I would add command > >>> > > > boot

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-01 Thread Rob Clark
On Thu, Aug 31, 2017 at 10:45 AM, Leif Lindholm wrote: > On Wed, Aug 30, 2017 at 08:59:31AM +0100, Leif Lindholm wrote: >> On Wed, Aug 30, 2017 at 12:03:16AM +0200, Heinrich Schuchardt wrote: >> > I am able to provide a test application that will cover the API >> > functions that I have focused on

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-09-01 Thread Rob Clark
On Thu, Aug 31, 2017 at 10:45 AM, Leif Lindholm wrote: > On Wed, Aug 30, 2017 at 08:59:31AM +0100, Leif Lindholm wrote: >> On Wed, Aug 30, 2017 at 12:03:16AM +0200, Heinrich Schuchardt wrote: >> > I am able to provide a test application that will cover the API >> > functions that I have focused on

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-31 Thread Leif Lindholm
On Wed, Aug 30, 2017 at 08:59:31AM +0100, Leif Lindholm wrote: > On Wed, Aug 30, 2017 at 12:03:16AM +0200, Heinrich Schuchardt wrote: > > I am able to provide a test application that will cover the API > > functions that I have focused on (events, protocols, (dis)connect > > controllers). To limit

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-30 Thread Simon Glass
Hi Heinrich, On 30 August 2017 at 06:03, Heinrich Schuchardt wrote: > > > On 08/29/2017 10:38 PM, Alexander Graf wrote: >> >> >>> Am 29.08.2017 um 22:16 schrieb Simon Glass : >>> >>> Hi, >>> On 29 August 2017 at 22:16, Rob Clark wrote: > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-30 Thread Leif Lindholm
On Wed, Aug 30, 2017 at 12:03:16AM +0200, Heinrich Schuchardt wrote: > On 08/29/2017 10:38 PM, Alexander Graf wrote: > >> Am 29.08.2017 um 22:16 schrieb Simon Glass : > >> That seems more useful long term than re-inventing comprehensive UEFI > >> test suite. (Also, beyond just running shim

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Heinrich Schuchardt
On 08/29/2017 10:38 PM, Alexander Graf wrote: > > >> Am 29.08.2017 um 22:16 schrieb Simon Glass : >> >> Hi, >> >>> On 29 August 2017 at 22:16, Rob Clark wrote: On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm wrote: On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote:

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Alexander Graf
> Am 29.08.2017 um 22:16 schrieb Simon Glass : > > Hi, > >> On 29 August 2017 at 22:16, Rob Clark wrote: >>> On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm >>> wrote: >>> On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: >>> I would add command >>> bootefi selftest.efi

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Simon Glass
Hi, On 29 August 2017 at 22:16, Rob Clark wrote: > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm > wrote: >> On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: >>> > > > I would add command >>> > > > bootefi selftest.efi >>> > > > to run the tests and provide the python wrapper co

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Heinrich Schuchardt
On 08/29/2017 04:16 PM, Rob Clark wrote: > On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm > wrote: >> On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: >> I would add command >> bootefi selftest.efi >> to run the tests and provide the python wrapper code to add it to t

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Leif Lindholm
On Tue, Aug 29, 2017 at 05:59:41PM +0200, Heinrich Schuchardt wrote: > On 08/29/2017 02:57 PM, Leif Lindholm wrote: > > UEFI SCT is not yet open source/free software. Obviously, this is > > something Linaro has been lobbying for since day one of our > > involvement. There used to be little understa

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Heinrich Schuchardt
On 08/29/2017 02:57 PM, Leif Lindholm wrote: > On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: > I would add command > bootefi selftest.efi > to run the tests and provide the python wrapper code to add it to the > test suite. I think that's a great idea,

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Alexander Graf
On 08/29/2017 06:06 PM, Leif Lindholm wrote: On Tue, Aug 29, 2017 at 05:59:41PM +0200, Heinrich Schuchardt wrote: On 08/29/2017 02:57 PM, Leif Lindholm wrote: UEFI SCT is not yet open source/free software. Obviously, this is something Linaro has been lobbying for since day one of our involvemen

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Rob Clark
On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm wrote: > On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: >> > > > I would add command >> > > > bootefi selftest.efi >> > > > to run the tests and provide the python wrapper code to add it to the >> > > > test suite. >> > > >> > > I thi

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Leif Lindholm
On Tue, Aug 29, 2017 at 02:26:48PM +0200, Alexander Graf wrote: > > > > I would add command > > > > bootefi selftest.efi > > > > to run the tests and provide the python wrapper code to add it to the > > > > test suite. > > > > > > I think that's a great idea, yes. > > I wonder how far we are from

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Alexander Graf
On 08/29/2017 12:52 PM, Heinrich Schuchardt wrote: On 08/27/2017 10:10 PM, Simon Glass wrote: Hi Heinrich, On 26 August 2017 at 16:51, Heinrich Schuchardt wrote: This patch sequence contains all patches needed to load iPXE and use it for downloading and executing images via https or http or t

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Alexander Graf
On 08/29/2017 02:17 PM, Rob Clark wrote: On Tue, Aug 29, 2017 at 7:45 AM, Alexander Graf wrote: On 08/29/2017 12:52 PM, Heinrich Schuchardt wrote: On 08/27/2017 10:10 PM, Simon Glass wrote: Hi Heinrich, On 26 August 2017 at 16:51, Heinrich Schuchardt wrote: This patch sequence contains all

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Rob Clark
On Tue, Aug 29, 2017 at 7:45 AM, Alexander Graf wrote: > On 08/29/2017 12:52 PM, Heinrich Schuchardt wrote: >> >> On 08/27/2017 10:10 PM, Simon Glass wrote: >>> >>> Hi Heinrich, >>> >>> On 26 August 2017 at 16:51, Heinrich Schuchardt >>> wrote: This patch sequence contains all patches n

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Simon Glass
Hi Heinrich, On 29 August 2017 at 18:52, Heinrich Schuchardt wrote: > On 08/27/2017 10:10 PM, Simon Glass wrote: >> Hi Heinrich, >> >> On 26 August 2017 at 16:51, Heinrich Schuchardt wrote: >>> This patch sequence contains all patches needed to load >>> iPXE and use it for downloading and execut

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-29 Thread Heinrich Schuchardt
On 08/27/2017 10:10 PM, Simon Glass wrote: > Hi Heinrich, > > On 26 August 2017 at 16:51, Heinrich Schuchardt wrote: >> This patch sequence contains all patches needed to load >> iPXE and use it for downloading and executing images >> via https or http or to mount iSCSI volumes. >> >> Network spe

Re: [U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-27 Thread Simon Glass
Hi Heinrich, On 26 August 2017 at 16:51, Heinrich Schuchardt wrote: > This patch sequence contains all patches needed to load > iPXE and use it for downloading and executing images > via https or http or to mount iSCSI volumes. > > Network speed on an Odroid C2 reached 30 MB/s which should be > e

[U-Boot] [PATCH 00/23] efi_loader implement missing functions

2017-08-26 Thread Heinrich Schuchardt
This patch sequence contains all patches needed to load iPXE and use it for downloading and executing images via https or http or to mount iSCSI volumes. Network speed on an Odroid C2 reached 30 MB/s which should be enough for most use cases. I have tested the following iPXE commands successfully