Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Jassi Brar's avatar
    2f83f219
    fastboot: sparse: make write_sparse_image useable for non-fastboot · 2f83f219
    Jassi Brar authored
    
    write_sparse_image could be useful for non-fastboot users.
    For ex a platform, without usb-device/fastboot support, could
    get sparse images over tftp and write using the mmc command.
    Or non-android systems could also leverage the sparse format.
    
    Towards that, this patch removes anything fastboot specific from
    the write_sparse_image implementation. Which includes making the
    function return integer as error code and calls for fastboot logging
    via an optional callback function 'mssg'.
    
    Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
    2f83f219
    History
    fastboot: sparse: make write_sparse_image useable for non-fastboot
    Jassi Brar authored
    
    write_sparse_image could be useful for non-fastboot users.
    For ex a platform, without usb-device/fastboot support, could
    get sparse images over tftp and write using the mmc command.
    Or non-android systems could also leverage the sparse format.
    
    Towards that, this patch removes anything fastboot specific from
    the write_sparse_image implementation. Which includes making the
    function return integer as error code and calls for fastboot logging
    via an optional callback function 'mssg'.
    
    Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>