]> Git Repo - u-boot.git/commit
efi_loader: refactor efi_install_protocol_interface
author[email protected] <[email protected]>
Tue, 11 Jul 2017 20:06:18 +0000 (22:06 +0200)
committerAlexander Graf <[email protected]>
Wed, 19 Jul 2017 12:14:38 +0000 (14:14 +0200)
commit8bee5a3c1365098f293305bf6744482cfe85e51d
tree6c3898f05853ab454b2452fedcbae51cf1c22025
parent4b6ed0d7a1d915524dd1ecccf023d519d7022a49
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_boottime.c
This page took 0.033024 seconds and 4 git commands to generate.