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

bootefi.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Alexander Graf's avatar
      0d9d501f
      efi_loader: Use system fdt as fallback · 0d9d501f
      Alexander Graf authored
      
      When the user did not pass any device tree or the boot script
      didn't find any, let's use the system device tree as last resort
      to get something the payload (Linux) may understand.
      
      This means that on systems that use the same device tree for U-Boot
      and Linux we can just share it and there's no need to manually provide
      a device tree in the target image.
      
      While at it, also copy and pad the device tree by 64kb to give us
      space for modifications.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Tested-by: default avatarAndreas Färber <afaerber@suse.de>
      0d9d501f
      History
      efi_loader: Use system fdt as fallback
      Alexander Graf authored
      
      When the user did not pass any device tree or the boot script
      didn't find any, let's use the system device tree as last resort
      to get something the payload (Linux) may understand.
      
      This means that on systems that use the same device tree for U-Boot
      and Linux we can just share it and there's no need to manually provide
      a device tree in the target image.
      
      While at it, also copy and pad the device tree by 64kb to give us
      space for modifications.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Tested-by: default avatarAndreas Färber <afaerber@suse.de>