From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 23 Feb 2015 11:59:50 -0700 Subject: [U-Boot] [PATCH V2 1/2] gunzip: add gzwrite routine for extracting compresed images to block device In-Reply-To: <1424197830-18370-1-git-send-email-eric.nelson@boundarydevices.com> References: <1424042167-27008-1-git-send-email-eric.nelson@boundarydevices.com> <1424197830-18370-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <54EB78A6.3040709@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, On 02/17/2015 11:30 AM, Eric Nelson wrote: > Initial filesystem images are generally highly compressible. > > Add a routine gzwrite that allows gzip-compressed images to be > written to block devices. > > Signed-off-by: Eric Nelson > --- > V2 removes floating point references from u64 division Ping. Is this falling through the cracks because there's no maintainer for 'gunzip'? Please advise, Eric