Skip to content
  • Stephen Warren's avatar
    ums: support multiple LUNs at once · 02585eb3
    Stephen Warren authored
    
    
    Extend the ums command to accept a list of block devices. Each of these
    will be exported as a separate LUN. An example use-case would be:
    
    ums 0 mmc 0,0.1,0.2
    
    ... which would export LUNs for eMMC 0's user data, boot0, and boot1 HW
    partitions. This is useful since it allows the host access to everything
    on the eMMC without having to somehow stop the ums command from executing
    and restart it with different parameters.
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    02585eb3