Skip to content
Snippets Groups Projects
Select Git revision
0 results

efi_loader

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Alexander Graf authored
    The EFI memory map does not need to be in a strict order, but 32bit
    grub2 does expect it to be ascending. If it's not, it may try to
    allocate memory inside the U-Boot data memory region.
    
    We already sort the memory map in descending order, so let's just
    reverse it when we pass it to a payload.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Tested-by: default avatarAndreas Färber <afaerber@suse.de>
    cee752fa
    History
    Name Last commit Last update
    ..