[U-Boot] [PATCH 0/6] add zip command support for uboot

Mike Frysinger vapier at gentoo.org
Mon Apr 2 21:17:22 CEST 2012


On Tue, Mar 27, 2012 at 04:04, Lei Wen <adrian.wenl at gmail.com> wrote:
> On Sun, Mar 25, 2012 at 11:53 PM,  <adrian.wenl at gmail.com> wrote:
>> From: Lei Wen <leiwen at marvell.com>
>>
>> This patch set add zip command support for uboot.
>> The first two patches import deflate and trees functions from zlib 1.2.5
>> without any change. While the third patch did the necessary change to
>> make the import file could be built passed in uboot environment.
>
> Any comments to this series?

did you forward port the misc fixes/optimization that were done ?  or
did you just drop in the new code ?

for example, cd514aeb996e2f7aefbe1f78481965d9d074aed4 is pretty important

you can view other fixes by:
  git log -p -- lib_generic/zlib.c
  git log -p -- lib/zlib.c
  git log -p -- lib/zlib/
-mike


More information about the U-Boot mailing list