commit | 8bee5a3c1365098f293305bf6744482cfe85e51d | [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 | 4b6ed0d7a1d915524dd1ecccf023d519d7022a49 [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>