Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-09 Thread Alexander Graf
On 09.10.17 12:54, Heinrich Schuchardt wrote: > On 10/09/2017 08:57 AM, Alexander Graf wrote: >> >> >> On 09.10.17 08:14, Heinrich Schuchardt wrote: >>> On 10/09/2017 06:46 AM, Alexander Graf wrote: On 08.10.17 06:57, Heinrich Schuchardt wrote: > The second argument of bootefi

Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-09 Thread Heinrich Schuchardt
On 10/09/2017 08:57 AM, Alexander Graf wrote: > > > On 09.10.17 08:14, Heinrich Schuchardt wrote: >> On 10/09/2017 06:46 AM, Alexander Graf wrote: >>> >>> >>> On 08.10.17 06:57, Heinrich Schuchardt wrote: The second argument of bootefi is passed as a configuration table to the selftest

Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-08 Thread Alexander Graf
On 09.10.17 08:14, Heinrich Schuchardt wrote: > On 10/09/2017 06:46 AM, Alexander Graf wrote: >> >> >> On 08.10.17 06:57, Heinrich Schuchardt wrote: >>> The second argument of bootefi is passed as a configuration >>> table to the selftest application. It is used to select >>> a single test to be

Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-08 Thread Heinrich Schuchardt
On 10/09/2017 06:46 AM, Alexander Graf wrote: > > > On 08.10.17 06:57, Heinrich Schuchardt wrote: >> The second argument of bootefi is passed as a configuration >> table to the selftest application. It is used to select >> a single test to be executed. >> >> Tests get an on_request property. If t

Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-08 Thread Simon Glass
On 7 October 2017 at 22:57, Heinrich Schuchardt wrote: > The second argument of bootefi is passed as a configuration > table to the selftest application. It is used to select > a single test to be executed. > > Tests get an on_request property. If this property is set > the tests are only executed

Re: [U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-08 Thread Alexander Graf
On 08.10.17 06:57, Heinrich Schuchardt wrote: > The second argument of bootefi is passed as a configuration > table to the selftest application. It is used to select > a single test to be executed. > > Tests get an on_request property. If this property is set > the tests are only executed if exp

[U-Boot] [PATCH 08/11] efi_selftest: allow to select a single test for exexution

2017-10-07 Thread Heinrich Schuchardt
The second argument of bootefi is passed as a configuration table to the selftest application. It is used to select a single test to be executed. Tests get an on_request property. If this property is set the tests are only executed if explicitly requested. A new command 'bootefi selftest list' is