From mboxrd@z Thu Jan 1 00:00:00 1970 From: jassisinghbrar at gmail.com Date: Fri, 6 Apr 2018 12:04:17 +0530 Subject: [U-Boot] [PATCH 0/3] Enable mmc to write sparse images Message-ID: <1522996457-23191-1-git-send-email-jassisinghbrar@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Jassi Brar Hi, Having capability to flash sparse images from mmc subsystem could be useful. For example, non-android/fastboot platforms could leverage the concept. Or some platforms that need to 'pull' updates (get images over tftp and flash using mmc). Or when we want to flash image at some non-zero offset from the start of a partition. Or simply when USB-Device has issues for fastboot to work (my itch). This patchset first cleans and makes write_sparse_image agnostic of fastboot and then adds a new 'swrite' command to 'mmc'. Jassi Brar (3): fastboot: sparse: remove redundant argument to write_sparse_image fastboot: sparse: make write_sparse_image useable for non-fastboot mmc: support writing sparse images cmd/mmc.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ common/fb_mmc.c | 7 +++-- common/fb_nand.c | 6 +++-- common/image-sparse.c | 69 +++++++++++++++++++++++--------------------------- include/image-sparse.h | 6 +++-- 5 files changed, 112 insertions(+), 43 deletions(-) -- 2.7.4