From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm.
Date: Fri, 18 Apr 2008 06:14:13 +0200 [thread overview]
Message-ID: <20080418041413.2272E248A0@gemini.denx.de> (raw)
In-Reply-To: Your message of "Tue, 01 Apr 2008 11:18:09 +0200." <1207041489.12115.2.camel@localhost>
In message <1207041489.12115.2.camel@localhost> you 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
Signed-off-by line is missing. Please add and resubmit.
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
History tends to exaggerate.
-- Col. Green, "The Savage Curtain", stardate 5906.4
next prev parent reply other threads:[~2008-04-18 4:14 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
2008-04-18 4:14 ` Wolfgang Denk [this message]
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=20080418041413.2272E248A0@gemini.denx.de \
--to=wd@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox