[U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
luigi.mantellini at idf-hit.com
Sat Apr 5 19:00:18 CEST 2008
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
More information about the U-Boot
mailing list