u-boot/lib/efi_loader
Heinrich Schuchardt 15436faa46 efi_loader: don't use HandleProtocol
HandleProtocol() is deprecrated. According to the UEFI specification it
should be implemented as a call to  OpenProtocolInterface() with a hard
coded agent handle. This implies that we would have to call
CloseProtocolInterfaces() after usage with the same handle.

Getting rid of an EFI_CALL() is also appreciated.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2023-01-27 18:32:00 +01:00
..
2023-01-23 18:11:39 -05:00
2022-10-30 20:07:17 +01:00
2022-01-19 18:11:34 +01:00
2022-10-06 22:54:57 +02:00