Dear Donggeun Kim, In message <4ca5b732.3030...@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 <mar...@oberhumer.com> > + * > + * The full LZO package can be found at: > + * http://www.oberhumer.com/opensource/lzo/ > + * > + * Changed for kernel use by: > + * Nitin Gupta <nitingupta...@gmail.com> > + * Richard Purdie <rpur...@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: w...@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-100...@linux.cs.helsinki.fi> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot