Skip to content
Snippets Groups Projects
Select Git revision
  • b5349f742a7684aabd3fb8f0e20c67ba033deec7
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

efi_loader

Forked from Reform / reform-boundary-uboot
7586 commits behind the upstream repository.
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