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_gop.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Alexander Graf's avatar
    be8d3241
    efi_loader: Add GOP support · be8d3241
    Alexander Graf authored
    
    The EFI standard defines a simple boot protocol that an EFI payload can use
    to access video output.
    
    This patch adds support to expose exactly that one (and the mode already in
    use) as possible graphical configuration to an EFI payload.
    
    With this, I can successfully run grub2 with graphical output.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    be8d3241
    History
    efi_loader: Add GOP support
    Alexander Graf authored
    
    The EFI standard defines a simple boot protocol that an EFI payload can use
    to access video output.
    
    This patch adds support to expose exactly that one (and the mode already in
    use) as possible graphical configuration to an EFI payload.
    
    With this, I can successfully run grub2 with graphical output.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>