Re: [U-Boot] [PATCH 12/16] efi_loader: disconnect controllers in UninstallProtocol

2018-01-07 Thread Simon Glass
On 17 December 2017 at 08:43, Heinrich Schuchardt wrote: > The UninstallProtocol boot service should first try to > disconnect controllers that have been connected with > EFI_OPEN_PROTOCOL_BY_DRIVER. > > If the protocol is still opened by an agent, it should be > closed. > > Signed-off-by: Heinric

[U-Boot] [PATCH 12/16] efi_loader: disconnect controllers in UninstallProtocol

2017-12-17 Thread Heinrich Schuchardt
The UninstallProtocol boot service should first try to disconnect controllers that have been connected with EFI_OPEN_PROTOCOL_BY_DRIVER. If the protocol is still opened by an agent, it should be closed. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 29 ++