]> git.sur5r.net Git - u-boot/commit
efi_loader: open_info in OpenProtocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jan 2018 07:15:58 +0000 (08:15 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commit191a41cc3295f1f468f70fe52b4b2ec93992abce
tree4b56107754b4738dd76eecd0345f5f9b13972df9
parentfe1599daf5d2ca26ed6468ac78a1253af5ac53ea
efi_loader: open_info in OpenProtocol

efi_open_protocol has to keep track of opened protocols.

OpenProtocol enters the agent and controller handle
information into this list.

A unit test is supplied with a subsequent patch.

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