
1 Oct
2010
1 Oct
'10
12:53 p.m.
Dear Donggeun Kim,
In message 4CA5B732.3030706@samsung.com you wrote:
In some case, LZO compression function is needed in U-Boot.
Can you please explain what use cases you have in mind?
So far, we provide only uncompression functions, and it seems nobody ever needed compression inside U-Boot yet?
If we really add this, then please make it separately configurable, so that not everybody who wants LZO decompression always has to accept the compression functions, too.
This patch supports LZO compression feature which is originated from Linux kernel.
...
--- /dev/null +++ b/lib/lzo/lzo1x_compress.c @@ -0,0 +1,219 @@ +/*
- LZO1X Compressor from MiniLZO
- Copyright (C) 1996-2005 Markus F.X.J. Oberhumer markus@oberhumer.com
- The full LZO package can be found at:
- Changed for kernel use by:
- Nitin Gupta nitingupta910@gmail.com
- Richard Purdie rpurdie@openedhand.com
- */
What exactly are the licensing terms?
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@denx.de
Am I your nanny? The kernel is there to support user programs, but
it's a _resource_ handler, not a baby feeder. - Linus Torvalds in
Pine.LNX.3.91.960425074845.22041C-100000@linux.cs.Helsinki.FI