[U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

Wolfgang Denk wd at denx.de
Sat Sep 13 02:00:47 CEST 2008


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


More information about the U-Boot mailing list