Re: [U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-10 Thread Stefano Babic
Hi Stefan, On 05/08/2017 01:38, Stefan Agner wrote: > From: Stefan Agner > > Add USB serial download protocol support to SPL. If the SoC started > in recovery mode the SPL will immediately switch to SDP and wait for > further downloads/commands from the host side. > >

Re: [U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-10 Thread Stefano Babic
Hi Stefan, On 09/08/2017 02:59, Stefan Agner wrote: > Stefano, > > One question below: > > On 2017-08-04 16:38, Stefan Agner wrote: >> From: Stefan Agner >> >> Add USB serial download protocol support to SPL. If the SoC started >> in recovery mode the SPL will

Re: [U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-08 Thread Stefan Agner
Stefano, One question below: On 2017-08-04 16:38, Stefan Agner wrote: > From: Stefan Agner > > Add USB serial download protocol support to SPL. If the SoC started > in recovery mode the SPL will immediately switch to SDP and wait for > further downloads/commands from

Re: [U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-08 Thread Stefan Agner
On 2017-08-08 03:43, Lothar Waßmann wrote: > Hi, > > On Fri, 4 Aug 2017 16:38:11 -0700 Stefan Agner wrote: >> From: Stefan Agner >> >> Add USB serial download protocol support to SPL. If the SoC started >> in recovery mode the SPL will immediately switch to SDP and

Re: [U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-08 Thread Lothar Waßmann
Hi, On Fri, 4 Aug 2017 16:38:11 -0700 Stefan Agner wrote: > From: Stefan Agner > > Add USB serial download protocol support to SPL. If the SoC started > in recovery mode the SPL will immediately switch to SDP and wait for > further downloads/commands from the host

[U-Boot] [PATCH v1 5/7] spl: add serial download protocol (SDP) support

2017-08-04 Thread Stefan Agner
From: Stefan Agner Add USB serial download protocol support to SPL. If the SoC started in recovery mode the SPL will immediately switch to SDP and wait for further downloads/commands from the host side. Signed-off-by: Stefan Agner ---