commit | 86637f3cc7468620be15109f7f7629fba6eca691 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jan 11 08:16:05 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:13 2018 +0100 |
tree | ce8d63fd25a6dd4433c489826dc8f53bfe46dd12 | |
parent | e994328f6b76246cef1446d4e11e4aba43375d54 [diff] |
efi_loader: disconnect controllers in UninstallProtocol 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 <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>