commit | 843ce54c7470c58fa7251ad07abeed67b4fc56c4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 26 19:25:44 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:56 2017 +0100 |
tree | 4a6023cb76ac7526ffec958f0c08c874731f9205 | |
parent | af1408e080e21b1bf04c24740ceb39f118c3293b [diff] |
efi_loader implement UninstallMultipleProtocolInterfaces Implement UninstallMultipleProtocolInterfaces. The efi_uninstall_multipled_protocol_interfaces tries to uninstall protocols one by one. If an error occurs all uninstalled protocols are reinstalled. As the implementation efi_uninstall_protocol_interface is still incomplete the function will fail. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>