]> git.ipfire.org Git - thirdparty/u-boot.git/commit - lib/efi_loader/efi_boottime.c
efi_loader: implement OpenProtocolInformation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jan 2018 07:16:00 +0000 (08:16 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commite3fbbc36f2d94f15d4d9bcd52d59d82d849a8e21
tree4a0f0bb1e264a6ad286e5cdc178b6f6072ead67a
parent3b8a489c9f9c4fd9c4c02a7fd8e76017b027ec94
efi_loader: implement OpenProtocolInformation

efi_open_protocol_information provides the agent and controller
handles as well as the attributes and open count of an protocol
on a handle.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: fix counting error]
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c