Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • autoboot_keyed
  • bootargs
  • stable
  • repro
  • sde
  • set_env_vars
  • cinap_lenrek_sigrid
  • fdtfile
  • env_is_nowhere
  • saveenv
  • distro_bootcmd
  • usb-boot
  • boot.scr
  • hdmi
  • variant-emmc-nvme-boot
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
22 results

disk

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    9 commits behind the upstream repository.
    user avatar
    Heinrich Schuchardt authored
    When building with -pedantic the current definition of EFI_GUID() causes
    an error 'initializer element is not constant'.
    
    Currently EFI_GUID() is used both as an anonymous constant and as an
    intializer. A conversion to efi_guid_t is not allowable when using
    EFI_GUID() as an initializer. But it is needed when using it as an
    anonymous constant.
    
    We should not use EFI_GUID() for anything but an initializer. So let's
    introduce a variable where needed and remove the conversion.
    
    Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    44ab2d32
    History