From mboxrd@z Thu Jan 1 00:00:00 1970 From: rhabarber1848 Date: Fri, 24 Jul 2009 09:25:23 +0200 Subject: [U-Boot] [PATCH v3] zlib: updated to v.1.2.3 References: <1248339285-19580-1-git-send-email-giuseppe.condorelli@st.com> <20090723171642.E91D1832E416@gemini.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >> include/u-boot/zlib.h | 718 ++++++--- >> lib_generic/zlib.c | 3931 >> +++++++++++++++++++++++++------------------------ 2 files changed, 2464 >> insertions(+), 2185 deletions(-) > > Applied, thanks. Hi, yesterday morning I could use the U-Boot git code to successfully decompress a gzip compressed image, using today's git checkout this does not work anymore: ## Booting kernel from Legacy Image at 00200000 ... Image Name: Linux-2.4.37.2-dbox2 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 748627 Bytes = 731.1 kB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Uncompressing Kernel Image ... Error: inflate() returned -2 GUNZIP: uncompress, out-of-mem or overwrite error - must RESET board to recover Maybe the zlib update is responsible? This is the newest commit from the U-Boot git checkout I used today: commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d Author: Wolfgang Denk Date: Thu Jul 23 22:23:23 2009 +0200 Coding Style cleanup; update CHANGELOG. Signed-off-by: Wolfgang Denk Cheers, rhabarber1848