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

efi_open_protocol and efi_close_protocol have to keep track of
opened protocols.

Check if the protocol was opened for the same agent and
controller.

Remove all open protocol information for this pair.

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