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

disk

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    12851 commits behind the upstream repository.
    user avatar
    Kever Yang authored
    The calculation of "dev_desc->lba - 34  - 1 - offset" is not correct for
    size '-', because both fist_usable_lba and last_usable_lba will remain
    34 sectors.
    
    We can simply use 0 for size '-' because the part_efi module will decode
    the size and auto extend the size to maximum available size.
    
    Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
    c2fdd345
    History