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

efi_loader

  • Clone with SSH
  • Clone with HTTPS
  • 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
    ..