Re: Barebox device tree overlay support

2018-01-12 Thread Sascha Hauer
On Fri, Jan 12, 2018 at 11:11:32AM +0100, Maxime Ripard wrote: > Hi, > > On Fri, Jan 12, 2018 at 08:42:26AM +0100, Sascha Hauer wrote: > > On Thu, Jan 11, 2018 at 03:40:49PM +, Dgien, David [US] (MS) wrote: > > > Hello, > > > > > > When going through the archives it looks like a set of patche

Re: Barebox device tree overlay support

2018-01-12 Thread Maxime Ripard
Hi, On Fri, Jan 12, 2018 at 08:42:26AM +0100, Sascha Hauer wrote: > On Thu, Jan 11, 2018 at 03:40:49PM +, Dgien, David [US] (MS) wrote: > > Hello, > > > > When going through the archives it looks like a set of patches > > were submitted to support device tree overlays in barebox in > > http:/

[PATCH] usb: gadget: fastboot: Add sparse image support

2018-01-12 Thread Sascha Hauer
Sparse images are needed for fastboot to flash images that do not fit into memory. Android fastboot is kind of a dumb protocol. It first sends you a big image and afterwards it tells you where to put this image. This of course limits fastboot to files smaller than the available memory. To bypass t