]> git.sur5r.net Git - u-boot/commit
efi_loader: implement InstallMultipleProtocolInterfaces
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Tue, 11 Jul 2017 20:06:20 +0000 (22:06 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Jul 2017 12:14:39 +0000 (14:14 +0200)
commit58b83586065f9b22b80b5a6ff2c1270715b4128b
tree6ebc1bca250b31f4d31a2a78b684fa42e61f02f9
parent3d8e1456086f28d00320bc6da25a3b15ca8616c7
efi_loader: implement InstallMultipleProtocolInterfaces

Implement InstallMultipleProtocolInterfaces in function
efi_install_multiple_protocol_interfaces by repeatedly
calling efi_install_protocol_interface.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c