]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: UninstallMultipleProtocolInterfaces error code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 Sep 2018 17:57:27 +0000 (19:57 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commit54304e14fe447d4c46f0ff5394be0196255d7108
tree52c85b44074002adede2620a1d1f014bba891657
parent1460f68f8fca49ef11efdd72a1e8b3c5b54f8e1e
efi_loader: UninstallMultipleProtocolInterfaces error code

If UninstallMultipleProtocolInterfaces fails, we sometimes return the wrong
status code. The UEFI spec mandates to always return EFI_INVALID_PARAMETER.

Update unit test.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c
lib/efi_selftest/efi_selftest_manageprotocols.c