Re: [PATCH 0/3] Support for fastboot over UDP

2020-03-12 Thread Sascha Hauer
On Mon, Mar 09, 2020 at 04:38:05PM +0100, Daniel Glöckner wrote: > Am 03/09/20 um 08:14 schrieb Sascha Hauer: > > On Fri, Feb 28, 2020 at 09:48:20PM +0100, Daniel Glöckner wrote: > >> Contrary to U-Boot it does not send keep alive messages every 30 > >> seconds because everything is executed from a

Re: [PATCH 0/3] Support for fastboot over UDP

2020-03-09 Thread Daniel Glöckner
Am 03/09/20 um 08:14 schrieb Sascha Hauer: > On Fri, Feb 28, 2020 at 09:48:20PM +0100, Daniel Glöckner wrote: >> Contrary to U-Boot it does not send keep alive messages every 30 >> seconds because everything is executed from a poller. > > How does that prevent you from sending keep palive messages

Re: [PATCH 0/3] Support for fastboot over UDP

2020-03-09 Thread Sascha Hauer
On Fri, Feb 28, 2020 at 09:48:20PM +0100, Daniel Glöckner wrote: > This patch series adds support the UDP variant of the fastboot protocol > that was already supported in its USB form by Barebox. There is also a > TCP variant, but Barebox obviously can't support that one with its > current network

Re: [PATCH 0/3] Support for fastboot over UDP

2020-03-04 Thread Sascha Hauer
Hi Daniel, Nice stuff this is ;) I gave it a try and it works well so far. We seem to have a problem though with calling net_poll() from a poller function, see my mail to 2/3. What I currently do not like is the limitation to only bring up UDP fastboot during startup, it should be possible to do

[PATCH 0/3] Support for fastboot over UDP

2020-02-28 Thread Daniel Glöckner
This patch series adds support the UDP variant of the fastboot protocol that was already supported in its USB form by Barebox. There is also a TCP variant, but Barebox obviously can't support that one with its current network stack. The first patch separates all functions that can be reused into a