Files
u-boot/include
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-10-05 08:43:53 +02:00
2022-09-29 16:07:57 -04:00
2022-09-24 10:47:01 -04:00
2022-09-25 08:30:05 -06:00
2022-09-29 16:07:57 -04:00
2022-08-12 08:17:11 -04:00
2022-09-18 10:26:28 +02:00
2022-09-29 16:07:58 -04:00
2022-08-31 12:16:01 -04:00
2022-08-10 13:38:30 -04:00
2022-09-16 11:05:16 -04:00
2022-08-08 10:50:20 -04:00
2022-09-24 10:47:01 -04:00
2022-09-13 12:08:40 -04:00
2022-10-16 12:23:22 +02:00
2022-09-29 16:07:57 -04:00
2022-09-24 10:47:01 -04:00
2022-08-12 08:17:11 -04:00
2022-09-18 10:26:49 +02:00