Files
u-boot/lib
Ilias Apalodimas 70089c13a7 efi_loader: remove efi_delete_handle on loadfile2
Loadfile2 code is installing two protocols on it's own handle
and uses efi_delete_handle() to clean it up on failure(s). However
commit 05c4c9e21a ("efi_loader: define internal implementations of
install/uninstallmultiple") prepares the ground for us to clean up
efi_delete_handle() used in favor of Install/UninstallMultipleProtocol.

While at it clean up the non needed void casts to (void *) on the
protolcol installation.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-10-16 12:23:22 +02:00
..
2022-07-11 14:58:57 -04:00
2022-05-03 21:39:22 +02:00
2022-09-15 09:57:11 -04:00
2022-07-26 02:30:56 -06:00
2022-08-12 08:14:23 -04:00
2022-08-12 16:10:50 -04:00
2022-08-10 13:38:30 -04:00
2022-06-28 17:03:32 -04:00
2022-09-03 09:35:48 +02:00