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
    12034 commits behind the upstream repository.
    user avatar
    Petr Kulhavy authored
    In both DOS and ISO partition tables the same code to create partition name
    like "hda1" was repeated.
    
    Code moved to into a new function part_set_generic_name() in part.c and optimized.
    Added recognition of MMC and SD types, name is like "mmcsda1".
    
    Signed-off-by: default avatarPetr Kulhavy <brain@jikos.cz>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    Acked-by: default avatarSteve Rae <steve.rae@raedomain.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    da2ee24d
    History