]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Eliminate uses of HandleProtocol()
authorMichael Brown <mcb30@ipxe.org>
Mon, 24 Mar 2025 14:22:54 +0000 (14:22 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 24 Mar 2025 14:25:10 +0000 (14:25 +0000)
commit37897fbd401b9773f3d8a338564eff67b124e2f7
tree8012ad91412d4a0a54f4f89bdd061f2dcc8b03b9
parentbac318743905e55ce424104cafbc8418e0672a80
[efi] Eliminate uses of HandleProtocol()

It is now simpler to use efi_open() than to use HandleProtocol() to
obtain an ephemeral protocol instance.  Remove all remaining uses of
HandleProtocol() to simplify the code.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_debug.c
src/interface/efi/efi_file.c