commit | 0581fa8769fe800a03cdb18d4323ca95d7cf12de | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 11 22:06:16 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:14:38 2017 +0200 |
tree | 1534be38d14849e77297bca1431e3668f0f66cae | |
parent | f097c842a9dce85d2e1bb4b7ccb09612049ec5b2 [diff] |
efi_loader: implement InstallProtocolInterface efi_install_protocol_interface up to now only returned an error code. The patch implements the UEFI specification for InstallProtocolInterface with the exception that it will not create new handles. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>