From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 30 Sep 2014 12:47:07 -0700 Subject: [U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches In-Reply-To: <201409302137.23815.marex@denx.de> References: <1412103942-28331-1-git-send-email-eric.nelson@boundarydevices.com> <201409302137.23815.marex@denx.de> Message-ID: <542B08BB.80108@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 Marek, On 09/30/2014 12:37 PM, Marek Vasut wrote: > On Tuesday, September 30, 2014 at 09:05:39 PM, Eric Nelson wrote: >> While trying to configure Nitrogen6X boards to use Android Fastboot, >> I found a number of places where the implementation doesn't appear >> to match the latest host tools on AOSP. >> >> Eric Nelson (3): >> usb: gadget: fastboot: add max-download-size variable >> usb: gadget: fastboot: explicitly set radix of maximum download size >> usb: gadget: fastboot: terminate commands with NULL > > Just to make sure, are those fixes for 2014.10 or new stuff for next ? > These patches are against master, but should apply against usb/next and dfu/next and "next" is fine for us. I just thought I'd forward patches for what I've seen so far as I'm trying to understand how the parts fit together. The current dependencies on PART_EFI and a fixed MMC device don't fit our needs very well, since we have our boot loader in SPI-NOR and support a variety of MMC, eMMC, and SATA drives for booting Android and structure in fb_mmc.c and aboot.c seems to require some compile-time decisions. Regards, Eric