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: [EMAIL PROTECTED]
www.idf-hit.com GPG fingerprint: 3DD1 7B71 FBDF 6376 1B4A
B003 175F E979 907E 1650
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
