Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

cmd

Forked from Reform / reform-boundary-uboot
Loading
user avatar
xypron.glpk@gmx.de authored
efi_open_protocol was implemented to call a protocol specific open
function to retrieve the protocol interface.

The UEFI specification does not know of such a function.

It is not possible to implement InstallProtocolInterface with the
current design.

With the patch the protocol interface itself is stored in the list
of installed protocols of an efi_object instead of an open function.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: fix efi gop support]
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
b5349f74
History
Name Last commit Last update
..