public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Update fastboot sparse image handling
@ 2016-05-21  1:05 Steve Rae
  2016-05-21  1:05 ` [U-Boot] [PATCH 1/5] fastboot: sparse: remove session-id logic Steve Rae
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Steve Rae @ 2016-05-21  1:05 UTC (permalink / raw)
  To: u-boot

While retaining the storage abstraction feature implemented in U-Boot,
this series updates the fastboot sparse image handling by
(1) fixing broken code,
(2) resync'ing with the upstream code, and
(3) improving performance when writing CHUNK_TYPE_FILL


Steve Rae (5):
  fastboot: sparse: remove session-id logic
  fastboot: sparse: resync common/image-sparse.c (part 1)
  fastboot: sparse: resync common/image-sparse.c (part 2)
  fastboot: sparse: implement reserve()
  fastboot: sparse: improve CHUNK_TYPE_FILL write performance

 common/fb_mmc.c                 |  79 +++----
 common/fb_nand.c                | 100 +++++----
 common/image-sparse.c           | 478 +++++++++++++++-------------------------
 drivers/usb/gadget/f_fastboot.c |  47 ++--
 include/fastboot.h              |   4 +-
 include/fb_mmc.h                |   7 +-
 include/fb_nand.h               |   7 +-
 include/image-sparse.h          |  29 ++-
 8 files changed, 309 insertions(+), 442 deletions(-)

-- 
1.8.5

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

end of thread, other threads:[~2016-06-01  8:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21  1:05 [U-Boot] [PATCH 0/5] Update fastboot sparse image handling Steve Rae
2016-05-21  1:05 ` [U-Boot] [PATCH 1/5] fastboot: sparse: remove session-id logic Steve Rae
2016-05-21  1:05 ` [U-Boot] [PATCH 2/5] fastboot: sparse: resync common/image-sparse.c (part 1) Steve Rae
2016-06-01  7:33   ` Maxime Ripard
2016-05-21  1:05 ` [U-Boot] [PATCH 3/5] fastboot: sparse: resync common/image-sparse.c (part 2) Steve Rae
2016-06-01  8:40   ` Maxime Ripard
2016-05-21  1:05 ` [U-Boot] [PATCH 4/5] fastboot: sparse: implement reserve() Steve Rae
2016-05-21  1:05 ` [U-Boot] [PATCH 5/5] fastboot: sparse: improve CHUNK_TYPE_FILL write performance Steve Rae
2016-05-31 17:57 ` [U-Boot] [PATCH 0/5] Update fastboot sparse image handling Steve Rae

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox