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_api.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Alexander Graf's avatar
      ecbe1a07
      efi_loader: Increase path string to 32 characters · ecbe1a07
      Alexander Graf authored
      
      Whenever we want to tell our payload about a path, we limit ourselves
      to a reasonable amount of characters. So far we only passed in device
      names - exceeding 16 chars was unlikely there.
      
      However by now we also pass real file path information, so let's increase
      the limit to 32 characters. That way common paths like "boot/efi/bootaa64.efi"
      fit just fine.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      ecbe1a07
      History
      efi_loader: Increase path string to 32 characters
      Alexander Graf authored
      
      Whenever we want to tell our payload about a path, we limit ourselves
      to a reasonable amount of characters. So far we only passed in device
      names - exceeding 16 chars was unlikely there.
      
      However by now we also pass real file path information, so let's increase
      the limit to 32 characters. That way common paths like "boot/efi/bootaa64.efi"
      fit just fine.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>