]> git.baikalelectronics.ru Git - uboot.git/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)
commit7c05c6790c70d8f6120647c10b7879a93832e7d1
tree4b56107754b4738dd76eecd0345f5f9b13972df9
parent8751a05f7314bbf56c517531865e4ed0b1873c3f
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