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
    7553 commits behind the upstream repository.
    user avatar
    xypron.glpk@gmx.de authored
    The first argument 'type' of CreateEvent is an 32bit unsigned
    integer bitmap and not an enum.
    
    The second argument 'type' of SetTimer take values of an
    enum which is called EFI_TIMER_DELAY in the UEFI standard.
    To avoid confusion rename efi_event_type to efi_timer_delay.
    
    Reported-by: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    b521d29e
    History