All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add support for LZMA uncompression	algorithm.
Date: Sat, 05 Apr 2008 19:00:18 +0200	[thread overview]
Message-ID: <1207414818.29156.5.camel@localhost> (raw)
In-Reply-To: <1207041489.12115.2.camel@localhost>

Hi u-boot users,

Has anyone tried the lzma patch? On my system works fine but I would
like to have a feedback from you :)

IS there the possibility to see this patch integrated into the official
u-boot tree?

Thanks a lot,

luigi

On mar, 2008-04-01 at 11:18 +0200, Luigi 'Comio' Mantellini wrote:
> ---
>  Makefile                   |    1 +
>  README                     |   23 ++
>  common/cmd_bootm.c         |   23 ++
>  common/image.c             |    7 +-
>  include/image.h            |    1 +
>  include/lzma/LzmaDecode.h  |   31 ++
>  include/lzma/LzmaTools.h   |   31 ++
>  include/lzma/LzmaTypes.h   |   31 ++
>  lib_lzma/LGPL.txt          |  504 +++++++++++++++++++++++++++++++++
>  lib_lzma/LzmaDecode.c      |  584 ++++++++++++++++++++++++++++++++++++++
>  lib_lzma/LzmaDecode.h      |  113 ++++++++
>  lib_lzma/LzmaTools.c       |  143 ++++++++++
>  lib_lzma/LzmaTools.h       |   35 +++
>  lib_lzma/LzmaTypes.h       |   45 +++
>  lib_lzma/Makefile          |   51 ++++
>  lib_lzma/README.txt        |   28 ++
>  lib_lzma/history.txt       |  198 +++++++++++++
>  lib_lzma/import_lzmasdk.sh |   38 +++
>  lib_lzma/lzma.txt          |  663 ++++++++++++++++++++++++++++++++++++++++++++
>  19 files changed, 2548 insertions(+), 2 deletions(-)
>  create mode 100644 include/lzma/LzmaDecode.h
>  create mode 100644 include/lzma/LzmaTools.h
>  create mode 100644 include/lzma/LzmaTypes.h
>  create mode 100644 lib_lzma/LGPL.txt
>  create mode 100644 lib_lzma/LzmaDecode.c
>  create mode 100644 lib_lzma/LzmaDecode.h
>  create mode 100644 lib_lzma/LzmaTools.c
>  create mode 100644 lib_lzma/LzmaTools.h
>  create mode 100644 lib_lzma/LzmaTypes.h
>  create mode 100644 lib_lzma/Makefile
>  create mode 100644 lib_lzma/README.txt
>  create mode 100644 lib_lzma/history.txt
>  create mode 100644 lib_lzma/import_lzmasdk.sh
>  create mode 100644 lib_lzma/lzma.txt
> 
> diff
-- 
     ______       Luigi Mantellini
   .'______'.     R&D - Software
  (.'      '.)    Industrie Dial Face S.p.A.
  ( :=----=: )    Via Canzo, 4
  ('.______.')    20068 Peschiera Borromeo (MI), Italy
   '.______.'     Tel.: +39 02 5167 2813
                  Fax:  +39 02 5167 2459
Ind.  Dial Face   Email: luigi.mantellini at idf-hit.com
www.idf-hit.com   GPG fingerprint: 3DD1 7B71 FBDF 6376 1B4A
                                   B003 175F E979 907E 1650



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080405/3ca73393/attachment.pgp 

  reply	other threads:[~2008-04-05 17:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-01  9:18 [U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm Luigi 'Comio' Mantellini
2008-04-05 17:00 ` Luigi 'Comio' Mantellini [this message]
2008-04-18  4:14 ` Wolfgang Denk
2008-04-18  7:50   ` Luigi 'Comio' Mantellini

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=1207414818.29156.5.camel@localhost \
    --to=luigi.mantellini@idf-hit.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.