[U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.
Luigi Mantellini
luigi.mantellini.ml at gmail.com
Sat Sep 13 08:55:16 CEST 2008
HI Wolfgang,
the lzma.txt file is from the original sources.
thanks for applying this patch.
luigi
2008/9/13 Wolfgang Denk <wd at denx.de>:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <1220834773-4411-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
>> --===============0188417863==
>>
>> From: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
>>
>> Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
>> ---
>> Add missing lzma/Makefile
>> Makefile | 1 +
>> README | 23 ++
>> common/cmd_bootm.c | 23 ++
>> common/image.c | 1 +
>> include/image.h | 1 +
>> include/lzma/LzmaDecode.h | 31 ++
>> include/lzma/LzmaTools.h | 31 ++
>> include/lzma/LzmaTypes.h | 31 ++
>> lib_generic/lzma/LGPL.txt | 504 +++++++++++++++++++++++++++
>> lib_generic/lzma/LzmaDecode.c | 584 +++++++++++++++++++++++++++++++
>> lib_generic/lzma/LzmaDecode.h | 113 ++++++
>> lib_generic/lzma/LzmaTools.c | 142 ++++++++
>> lib_generic/lzma/LzmaTools.h | 35 ++
>> lib_generic/lzma/LzmaTypes.h | 45 +++
>> lib_generic/lzma/Makefile | 50 +++
>> lib_generic/lzma/README.txt | 28 ++
>> lib_generic/lzma/history.txt | 198 +++++++++++
>> lib_generic/lzma/import_lzmasdk.sh | 38 ++
>> lib_generic/lzma/lzma.txt | 663 ++++++++++++++++++++++++++++++++++++
>> 19 files changed, 2542 insertions(+), 0 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_generic/lzma/LGPL.txt
>> create mode 100644 lib_generic/lzma/LzmaDecode.c
>> create mode 100644 lib_generic/lzma/LzmaDecode.h
>> create mode 100644 lib_generic/lzma/LzmaTools.c
>> create mode 100644 lib_generic/lzma/LzmaTools.h
>> create mode 100644 lib_generic/lzma/LzmaTypes.h
>> create mode 100644 lib_generic/lzma/Makefile
>> create mode 100644 lib_generic/lzma/README.txt
>> create mode 100644 lib_generic/lzma/history.txt
>> create mode 100644 lib_generic/lzma/import_lzmasdk.sh
>> create mode 100644 lib_generic/lzma/lzma.txt
>
> Applied, but please be abit more careful about Coding style
> requirements:
>
> Applying Add support for LZMA uncompression algorithm.
> .dotest/patch:414: trailing whitespace.
>
> .dotest/patch:779: trailing whitespace.
>
> .dotest/patch:786: trailing whitespace.
> It means that you can select one of these two licenses and
> .dotest/patch:790: trailing whitespace.
> Igor Pavlov, as the author of this Code, expressly permits you to
> .dotest/patch:791: trailing whitespace.
> statically or dynamically link your Code (or bind by name) to the
> warning: squelched 171 whitespace errors
> warning: 176 lines applied after fixing whitespace errors.
>
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Space is big. You just won't believe how vastly, hugely, mind-
> bogglingly big it is. I mean, you may think it's a long way down the
> road to the drug store, but that's just peanuts to space.
> -- The Hitchhiker's Guide to the Galaxy
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
--
Luigi 'Comio' 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
web: www.idf-hit.com
mail: luigi.mantellini at idf-hit.com
More information about the U-Boot
mailing list