]> git.sur5r.net Git - u-boot/commit
efi_loader: provide meaningful status code
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Tue, 4 Jul 2017 21:15:23 +0000 (23:15 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Jul 2017 12:14:41 +0000 (14:14 +0200)
commit1da1bac477581fdb8aa093b6ed842874ffc5916d
tree26a6388809a5f28fad575b758386094490d3391c
parent3c8ffb68753d03a74e680a9a493828da517eeeb7
efi_loader: provide meaningful status code

Currenty any EFI status other than EFI_SUCCESS is reported as
Application terminated, r = -22

With the patch the status code returned by the EFI application
is printed.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c