From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 23 Feb 2015 17:43:17 -0700 Subject: [U-Boot] [PATCH V2 1/2] gunzip: add gzwrite routine for extracting compresed images to block device In-Reply-To: <20150223223352.GQ25879@bill-the-cat> References: <1424042167-27008-1-git-send-email-eric.nelson@boundarydevices.com> <1424197830-18370-1-git-send-email-eric.nelson@boundarydevices.com> <20150223223352.GQ25879@bill-the-cat> Message-ID: <54EBC925.1020503@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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks Tom, On 02/23/2015 03:33 PM, Tom Rini wrote: > On Tue, Feb 17, 2015 at 11:30:30AM -0700, 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 > > Seems fine so: Reviewed-by: Tom Rini > > Missed the merge window so I'll pick this up in a long while or do > a next again, not sure. > No worries about the timing here. I was just hoping to get an ack before using this syntax and such for downstream things. And before looking at how it could be glued to fastboot! Regards, Eric -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU68klAAoJEFUqXmm9AiVrTj8IALggPPlO3ff2ZOhT6Xw+NPmi 2CNU8yzgPHa1AmEUdRLA9Gsnc8YF2VD9uZMT2qJ8K10sVP14ICjnnuFpBCw5U/PN I9eLovFJCIBZLumlrMlHxTnKCDKB7P5it5X+sp0BD64VopS6kY2UEuSRDh2tV76m W+qEvBz2kxYp+ur6KWVq7HvQoOevNJubXOjgZUoe5brIXZRhuHm7LMxjClxmrBbb zyGQVu0lvf1wSENjhpRf177aeUV37dQpzKEwMrNA6KIHKUkvxXaRozuANC78ttvY bV1MO+/N5auNJ5+MaDerFW2GnvOsOzqHIWQpIVlcq+YZzbCzYhIpRsM28Wkxrr4= =1xS/ -----END PGP SIGNATURE-----