On 7 October 2017 at 22:57, Heinrich Schuchardt <xypron.g...@gmx.de> 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 explicitly requested.
>
> A new command 'bootefi selftest list' is added that allows to list
> all tests.
>
> The invocation of efi_selftest is changed to reflect that
> bootefi selftest list will call the Exit bootservice.
>
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> ---
>  cmd/bootefi.c                        | 24 ++++++++--
>  include/efi_selftest.h               | 18 ++++++++
>  lib/efi_selftest/efi_selftest.c      | 88 
> ++++++++++++++++++++++++++++++++++--
>  lib/efi_selftest/efi_selftest_util.c |  9 ++++
>  4 files changed, 132 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to