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: [PATCH 0/3 v2] pbl: add lz4 compression support
Date: Mon, 15 Jul 2013 12:09:58 +0200	[thread overview]
Message-ID: <20130715100958.GG19197@ns203013.ovh.net> (raw)

Hi,

	v2:
	keep lzo as default

	The following patch serie add the lz4 support to the pbl

Jean-Christophe PLAGNIOL-VILLARD (1):
      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 +-
 arch/mips/pbl/piggy.lz4.S        |   6 ++++
 common/filetype.c                |   4 +++
 images/Makefile                  |   1 +
 include/filetype.h               |   1 +
 include/linux/decompress/unlz4.h |  10 ++++++
 include/linux/lz4.h              |  87 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/Kconfig                      |   4 +++
 lib/Makefile                     |   2 ++
 lib/decompress_unlz4.c           | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/lz4/Makefile                 |   1 +
 lib/lz4/lz4_decompress.c         | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/lz4/lz4defs.h                | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/uncompress.c                 |   6 ++++
 pbl/Kconfig                      |   4 ++
 pbl/decomp.c                     |   4 +++
 scripts/Makefile.lib             |   5 +++
 19 files changed, 815 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/pbl/piggy.lz4.S
 create mode 100644 arch/mips/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

Best Regards,
J.

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

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

             reply	other threads:[~2013-07-15 10:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 10:09 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-07-15 10:20 ` [PATCH 1/3] decompressor: Add LZ4 decompressor module Jean-Christophe PLAGNIOL-VILLARD
2013-07-15 10:20   ` [PATCH 2/3] lib: Add support for LZ4-compressed kernel Jean-Christophe PLAGNIOL-VILLARD
2013-07-15 10:20   ` [PATCH 3/3] pbl: add lz4 support Jean-Christophe PLAGNIOL-VILLARD
2013-07-16  6:25 ` [PATCH 0/3 v2] pbl: add lz4 compression support Sascha Hauer
2013-07-16 15:39   ` antonynpavlov
2013-07-22  7:18     ` Sascha Hauer
2013-07-22  9:56       ` Antony Pavlov

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=20130715100958.GG19197@ns203013.ovh.net \
    --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