]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: error message if image not authenticated
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 27 Aug 2020 15:51:32 +0000 (17:51 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Sep 2020 19:21:41 +0000 (21:21 +0200)
commitf3de6904b112d22c7429484f3e79097572591112
tree874b51148934b06ebbe5e66375d18f38fe1f1937
parentf5a4942804dccd3ce502597a47524ffe9bd87e2d
efi_loader: error message if image not authenticated

Currently if the bootefi command fails due to missing authentication, the
user gets no feedback.

Write a log message 'Image not authenticated' if LoadImage() fails due to
missing authentication.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_image_loader.c