From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luigi 'Comio' Mantellini Date: Sat, 05 Apr 2008 19:00:18 +0200 Subject: [U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm. In-Reply-To: <1207041489.12115.2.camel@localhost> References: <1207041489.12115.2.camel@localhost> Message-ID: <1207414818.29156.5.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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