Re: [U-Boot] [PATCH 00/10] efi_loader: event services & API test

2017-09-17 Thread Simon Glass
Hi, On 17 September 2017 at 13:36, Heinrich Schuchardt wrote: > On 09/17/2017 07:58 PM, Simon Glass wrote: >> Hi Heinrich, >> >> On 15 September 2017 at 02:06, Heinrich Schuchardt >> wrote: >>> This patch series provides: >>> * corrections for the EFI

Re: [U-Boot] [PATCH 00/10] efi_loader: event services & API test

2017-09-17 Thread Heinrich Schuchardt
On 09/17/2017 07:58 PM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: >> This patch series provides: >> * corrections for the EFI event services >> * a test framework to check the EFI API implementation >> * unit tests

Re: [U-Boot] [PATCH 00/10] efi_loader: event services & API test

2017-09-17 Thread Rob Clark
On Sun, Sep 17, 2017 at 1:58 PM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: >> This patch series provides: >> * corrections for the EFI event services >> * a test framework to check the EFI API

Re: [U-Boot] [PATCH 00/10] efi_loader: event services & API test

2017-09-17 Thread Simon Glass
Hi Heinrich, On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: > This patch series provides: > * corrections for the EFI event services > * a test framework to check the EFI API implementation > * unit tests covering the event services > > The EFI selftest is written

[U-Boot] [PATCH 00/10] efi_loader: event services & API test

2017-09-15 Thread Heinrich Schuchardt
This patch series provides: * corrections for the EFI event services * a test framework to check the EFI API implementation * unit tests covering the event services The EFI selftest is written such that it could be easily turned into a standalone EFI application. But this would require modifying