Re: [U-Boot] [PATCH 10/23] efi_loader: open_info in OpenProtocol

2017-08-31 Thread Simon Glass
Hi Heinrich, On 27 August 2017 at 06:53, Heinrich Schuchardt wrote: > efi_open_protocol and close_protocol have to keep track of > opened protocols. > > So we add an array open_info to each protocol of each handle. > > OpenProtocol has enter the agent and controller handle > information into this

[U-Boot] [PATCH 10/23] efi_loader: open_info in OpenProtocol

2017-08-26 Thread Heinrich Schuchardt
efi_open_protocol and close_protocol have to keep track of opened protocols. So we add an array open_info to each protocol of each handle. OpenProtocol has enter the agent and controller handle information into this array. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h |