From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 17 Oct 2015 15:59:00 +0200 Subject: [U-Boot] [PATCH v2 00/14] Implement fastboot over NAND and sparse transfers In-Reply-To: <1444912462-3949-1-git-send-email-maxime.ripard@free-electrons.com> References: <1444912462-3949-1-git-send-email-maxime.ripard@free-electrons.com> Message-ID: <56225424.3020009@redhat.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, On 15-10-15 14:34, Maxime Ripard wrote: > Hi everyone, > > Here is the second attempt at getting fastboot flashing functions > working on top of a NAND, for arbitraly large images. > > While the NAND support itself was quite easy to do, the support for > the Android sparse images was quite difficult to add, and ended up > being a quite huge refactoring of the sparse parse already in tree, > that was tied to the MMC layer. > > This serie has been tested on a CHIP and an A13-Olinuxino, two > Allwinner devices, the CHIP for the NAND, and the Cubietruck to test > the MMC. > > Let me know what you think, > Maxime Thanks, I've applied the 3 sunxi patches (12 - 14) to u-boot-sunxi/next, with the commit msg fixup suggested by Ian. Regards, Hans