Re: [U-Boot] [PATCH 5/5] fit: Introduce methods for applying overlays on fit-load

2017-07-04 Thread stefan.bruens
On Dienstag, 4. Juli 2017 19:05:25 CEST Pantelis Antoniou wrote: > Hi Marek, > > On Sat, 2017-07-01 at 16:11 +0200, Marek Vasut wrote: > > On 06/30/2017 06:23 PM, Pantelis Antoniou wrote: > > > Introduce an overlay based method for constructing a base DT blob > > > to pass to the kernel. > > > >

Re: [U-Boot] [PATCH 03/16] usb: Remove unnecessary work in usb_setup_descriptor()

2017-07-01 Thread stefan.bruens
On Freitag, 30. Juni 2017 05:49:56 CEST Bin Meng wrote: > Hi, > > On Fri, Jun 23, 2017 at 5:54 PM, Bin Meng wrote: > > The only work we need do in usb_setup_descriptor() is to initialize > > dev->descriptor.bMaxPacketSize0, when do_read is false. Other steps > > are the same

Re: [U-Boot] genext2fs fix for supporting filesystems generated by genext2fs

2016-12-12 Thread stefan.bruens
On Sonntag, 11. Dezember 2016 19:25:21 CET FrostyBytes wrote: > I found that the latest U-Boot cannot handle filesystems generated by > genext2fs. Attempts to list such a filesystem results in divide by zero. > > Using git bisect with a test script, I got: > >