From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Wed, 3 Sep 2014 10:05:50 -0700 Subject: [U-Boot] [PATCH v3 0/4] Implement "sparse format" for fastboot Message-ID: <1409763954-5494-1-git-send-email-srae@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Changes in v3: - use original license text Changes in v2: - use BSD-3-Clause 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 common/aboot.c | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++ include/aboot.h | 28 ++++++ include/sparse_defs.h | 7 ++ 3 files changed, 278 insertions(+) create mode 100644 common/aboot.c create mode 100644 include/aboot.h create mode 100644 include/sparse_defs.h -- 1.8.5