Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-25 | usb: gadget: fastboot: Add fastboot erase | Dileep Katta | |
Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The start address and the size is aligned to the erase group size for this. Currently only supports erasing from eMMC. Signed-off-by: Dileep Katta <dileep.katta@linaro.org> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com> | |||
2014-09-24 | usb/gadget: fastboot: add eMMC support for flash command | Steve Rae | |
- add support for 'fastboot flash' command for eMMC devices Signed-off-by: Steve Rae <srae@broadcom.com> |