mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [RFC TESTING] uncompress: update to lzo-2013 and add lz4
Date: Wed, 27 Feb 2013 23:28:18 +0100	[thread overview]
Message-ID: <20130227222818.GA23022@game.jcrosoft.org> (raw)

HI,

	For people intresting in testing the new lzo-2013 and lz4 on barebox
	pbl included

	please take a look here

	have fun

The following changes since commit 8c3d39e624f2c3f513f1d63b8a6c5546414c3062:

  Merge branch 'for-next/vexpress' into next (2013-02-26 11:08:09 +0100)

are available in the git repository at:


  git://git.jcrosoft.org/barebox.git delivery/uncompress_lzo_lz4

for you to fetch changes up to a88640316095c9b940b944c614a7b8910e4da41c:

  pbl: add lz4 support (2013-02-28 01:59:43 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
      lzo: update to lzo-2013
      arm: lzo: add unaligned support
      pbl: add lz4 support

Kyungsik Lee (2):
      decompressor: Add LZ4 decompressor module
      lib: Add support for LZ4-compressed kernel

 arch/arm/pbl/Makefile            |    3 ++-
 arch/arm/pbl/piggy.lz4.S         |    6 +++++
 arch/mips/pbl/Makefile           |    3 ++-
 common/filetype.c                |    4 +++
 include/filetype.h               |    1 +
 include/linux/decompress/unlz4.h |   10 +++++++
 include/linux/lz4.h              |   48 ++++++++++++++++++++++++++++++++++
 include/lzo.h                    |    9 ++++---
 lib/Kconfig                      |    4 +++
 lib/Makefile                     |    2 ++
 lib/decompress_unlz4.c           |  191 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/decompress_unlzo.c           |    4 +--
 lib/lz4/Makefile                 |    1 +
 lib/lz4/lz4_decompress.c         |  332 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/lz4/lz4defs.h                |   93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/lzo/Makefile                 |    2 +-
 lib/lzo/lzo1x_compress.c         |  335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------
 lib/lzo/lzo1x_decompress.c       |  247 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 lib/lzo/lzo1x_decompress_safe.c  |  234 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/lzo/lzodefs.h                |   44 +++++++++++++++++++++++--------
 lib/uncompress.c                 |    6 +++++
 pbl/Kconfig                      |    3 +++
 pbl/decomp.c                     |    4 +++
 scripts/Makefile.lib             |    5 ++++
 24 files changed, 1183 insertions(+), 408 deletions(-)
 create mode 100644 arch/arm/pbl/piggy.lz4.S
 create mode 100644 include/linux/decompress/unlz4.h
 create mode 100644 include/linux/lz4.h
 create mode 100644 lib/decompress_unlz4.c
 create mode 100644 lib/lz4/Makefile
 create mode 100644 lib/lz4/lz4_decompress.c
 create mode 100644 lib/lz4/lz4defs.h
 delete mode 100644 lib/lzo/lzo1x_decompress.c
 create mode 100644 lib/lzo/lzo1x_decompress_safe.c

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

                 reply	other threads:[~2013-02-27 22:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130227222818.GA23022@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox