All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Enable mmc to write sparse images
@ 2018-04-06  6:34 jassisinghbrar at gmail.com
  2018-04-06  6:34 ` [U-Boot] [PATCH 1/3] fastboot: sparse: remove redundant argument to write_sparse_image jassisinghbrar at gmail.com
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: jassisinghbrar at gmail.com @ 2018-04-06  6:34 UTC (permalink / raw)
  To: u-boot

From: Jassi Brar <jaswinder.singh@linaro.org>

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-14 21:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06  6:34 [U-Boot] [PATCH 0/3] Enable mmc to write sparse images jassisinghbrar at gmail.com
2018-04-06  6:34 ` [U-Boot] [PATCH 1/3] fastboot: sparse: remove redundant argument to write_sparse_image jassisinghbrar at gmail.com
2018-05-08 17:15   ` [U-Boot] [U-Boot, " Tom Rini
2018-04-06  6:35 ` [U-Boot] [PATCH 2/3] fastboot: sparse: make write_sparse_image useable for non-fastboot jassisinghbrar at gmail.com
2018-05-08 17:15   ` [U-Boot] [U-Boot, " Tom Rini
2018-04-06  6:35 ` [U-Boot] [PATCH 3/3] mmc: support writing sparse images jassisinghbrar at gmail.com
2018-05-08 17:15   ` [U-Boot] [U-Boot,3/3] " Tom Rini
2018-05-14 13:12     ` Jassi Brar
2018-05-14 14:46       ` Tom Rini
2018-05-14 16:14         ` Alex Kiernan
2018-05-14 20:50           ` Tom Rini
2018-05-14 21:08             ` Alex Kiernan
2018-05-08  3:59 ` [U-Boot] [PATCH 0/3] Enable mmc to write " Jassi Brar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.