public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] Implement "sparse format" for fastboot
@ 2014-08-23 17:38 Steve Rae
  2014-08-23 17:39 ` [U-Boot] [PATCH v1 1/4] add code to handle Android sparse image format Steve Rae
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Steve Rae @ 2014-08-23 17:38 UTC (permalink / raw)
  To: u-boot

This series implements the "sparse format" file handling for fastboot.
- [1/4] brings in the pristine file "aboot.c"
- [2/4] deletes all unnecessary functions in "aboot.c"
- [3/4] is a simple cleanup of "aboot.c"
- [4/4] provides the implementation of "aboot.c" suitable for U-Boot

NOTE:
The original license in "aboot.c" does not exactly match
the wording in the BSD-3-Clause. I propose adding
BSD-3L-Clause to solve this issue.

----

This series depends on:
  http://patchwork.ozlabs.org/patch/379438/


Steve Rae (4):
  add code to handle Android sparse image format
  update code which handles Android sparse image format
  cleanup code which handles the Android sparse image format
  implement the Android sparse image format

 Licenses/bsd-3L-clause.txt |  24 +++++
 common/aboot.c             | 217 +++++++++++++++++++++++++++++++++++++++++++++
 include/aboot.h            |  28 ++++++
 include/sparse_defs.h      |   7 ++
 4 files changed, 276 insertions(+)
 create mode 100644 Licenses/bsd-3L-clause.txt
 create mode 100644 common/aboot.c
 create mode 100644 include/aboot.h
 create mode 100644 include/sparse_defs.h

-- 
1.8.5

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

end of thread, other threads:[~2014-08-28 17:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23 17:38 [U-Boot] [PATCH v1 0/4] Implement "sparse format" for fastboot Steve Rae
2014-08-23 17:39 ` [U-Boot] [PATCH v1 1/4] add code to handle Android sparse image format Steve Rae
2014-08-23 17:39 ` [U-Boot] [PATCH v1 2/4] update code which handles " Steve Rae
2014-08-23 17:39 ` [U-Boot] [PATCH v1 3/4] cleanup code which handles the " Steve Rae
2014-08-28 17:11   ` [U-Boot] [U-Boot, v1, " Tom Rini
2014-08-28 17:24     ` Steve Rae
2014-08-28 17:26       ` Tom Rini
2014-08-23 17:39 ` [U-Boot] [PATCH v1 4/4] implement " Steve Rae

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