commit | 8b7b5dfcc4b585836d27bcb46ffe1d6ee8bfd721 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 11 22:06:18 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:14:38 2017 +0200 |
tree | 6c3898f05853ab454b2452fedcbae51cf1c22025 | |
parent | 2cfad487e212002f8a2117bb84602730dd271438 [diff] |
efi_loader: refactor efi_install_protocol_interface For the implementation of InstallMultipleProtocolInterfaces we need to call efi_install_protocol_interface. In internal calls we should not pass through EFI_EXIT. The patch introduces a wrapper function efi_install_protocol_interface_ext. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>