Re: [PATCH] of: fix reproducible node name for legacy vs. new partition binding

2018-10-18 Thread Schenk, Gavin
Hi Sascha, > > 1. [x] of_partition_binding=new in barebox and barebox-state in Linux is > > working. > > 2. [ ] set of_partition_binding=legacy in barebox and barebox-state in > > Linux fails. > > 3. [x] apply the patch and rebuild and install barebox > > 4. [x] set of_partition_binding=legacy

Re: [PATCH] of: fix reproducible node name for legacy vs. new partition binding

2018-10-17 Thread Schenk, Gavin
Hi, On Wed, 2018-10-17 at 10:47 +0200, Sascha Hauer wrote: > the of_reproducible_name mechanism is used to find a partition node > from the barebox devicetree in the Linux devicetree. Unfortunately > we have two different partition bindings. In the legacy one the partition > nodes are directly

Re: [PATCH] usb: gadget: fastboot: fix downoading files of wMaxPacketSize bytes

2018-10-01 Thread Schenk, Gavin
Hi, > File transfers with sizes of exact multiples of wMaxPacketSize up to > EP_BUFFER_SIZE do not work. For a typical scenario that would be files > of 512, 1024 ... 3584 bytes. > > This happens because we unconditionally put EP_BUFFER_SIZE into the > initial request length. For non

Re: [PATCH v2] usb: gadget: allow to actually enable sparse fastboot support

2018-08-07 Thread Schenk, Gavin
Hi, On Tue, 2018-08-07 at 16:23 +0200, Uwe Kleine-König wrote: > When sparse support was (intended to be) made optional it was > effectively unconditionally disabled because > > IS_ENABLED(USB_GADGET_FASTBOOT_SPARSE) > > always evaluates to 0. To actually make use of the introduced

Re: [PATCH] bootchooser: Fix initcall before environment is ready

2017-12-14 Thread Schenk, Gavin
Me again ... > Is this is a good way to fix this? > No, this patch is bad. I noticed it too late. Regards Gavin -- Eckelmann AG Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann Vorsitzender des

AW: [PATCH] Configure network device for nfsboot via nv var

2017-11-15 Thread Schenk, Gavin
Hi, > On Wed, Nov 08, 2017 at 04:05:17PM +0100, Gavin Schenk wrote: > > When you have a static network environment but more than one > > network > > device on your machine it is necessary to provide the > > parameter to the ip parameter at kernel cmd line. > > > > The device name assigned by