Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-22 Thread Lukasz Majewski
Hi Fabio, > On Tue, Sep 22, 2015 at 12:23 AM, Stephen Warren > wrote: > > > Oh good:-) Nice to hear, that the bug is fixed. > > > > I was going to give you my dfu_alt_info, but it's at work right > > now, so I was waiting until tomorrow. I did try to repro this, but > > I was having a lot of t

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Fabio Estevam
On Tue, Sep 22, 2015 at 12:23 AM, Stephen Warren wrote: > Oh good:-) > > I was going to give you my dfu_alt_info, but it's at work right now, so > I was waiting until tomorrow. I did try to repro this, but I was having > a lot of trouble with both the two boards I have that have SPI, so > wasn't

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Stephen Warren
On 09/21/2015 08:55 PM, Fabio Estevam wrote: > On Mon, Sep 21, 2015 at 10:50 PM, Fabio Estevam wrote: >> Stephen, >> >> On Mon, Sep 21, 2015 at 2:37 PM, Fabio Estevam wrote: >>> On Mon, Sep 21, 2015 at 2:31 PM, Stephen Warren >>> wrote: >>> I haven't tested SF support recently (only MMC).

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Fabio Estevam
On Mon, Sep 21, 2015 at 10:50 PM, Fabio Estevam wrote: > Stephen, > > On Mon, Sep 21, 2015 at 2:37 PM, Fabio Estevam wrote: >> On Mon, Sep 21, 2015 at 2:31 PM, Stephen Warren >> wrote: >> >>> I haven't tested SF support recently (only MMC). However, it should still >>> work:-) Are you using ci_

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Fabio Estevam
Stephen, On Mon, Sep 21, 2015 at 2:37 PM, Fabio Estevam wrote: > On Mon, Sep 21, 2015 at 2:31 PM, Stephen Warren wrote: > >> I haven't tested SF support recently (only MMC). However, it should still >> work:-) Are you using ci_udc? If so, make sure you have this very recent >> patch: >> >>> comm

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Fabio Estevam
On Mon, Sep 21, 2015 at 2:31 PM, Stephen Warren wrote: > I haven't tested SF support recently (only MMC). However, it should still > work:-) Are you using ci_udc? If so, make sure you have this very recent > patch: > >> commit b337b3b2a53f112a217f4bd31307b02f830bb787 >> Author: Stephen Warren >>

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Stephen Warren
On 09/21/2015 11:13 AM, Fabio Estevam wrote: Hi Stephen, On Wed, Jun 11, 2014 at 7:03 PM, Stephen Warren wrote: From: Stephen Warren This allows SPI Flash to be programmed using DFU. Signed-off-by: Stephen Warren Is this still working in mainline U-boot? I haven't tested SF support rec

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2015-09-21 Thread Fabio Estevam
Hi Stephen, On Wed, Jun 11, 2014 at 7:03 PM, Stephen Warren wrote: > From: Stephen Warren > > This allows SPI Flash to be programmed using DFU. > > Signed-off-by: Stephen Warren Is this still working in mainline U-boot? I am getting the following error on the PC host side: sudo dfu-util -D u

Re: [U-Boot] [PATCH 4/4] dfu: add SF backend

2014-06-20 Thread Lukasz Majewski
Hi Stephen, > From: Stephen Warren > > This allows SPI Flash to be programmed using DFU. > > Signed-off-by: Stephen Warren Applied to u-boot-dfu Thanks for the patch. -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

[U-Boot] [PATCH 4/4] dfu: add SF backend

2014-06-11 Thread Stephen Warren
From: Stephen Warren This allows SPI Flash to be programmed using DFU. Signed-off-by: Stephen Warren --- drivers/dfu/Makefile | 1 + drivers/dfu/dfu.c| 3 ++ drivers/dfu/dfu_sf.c | 139 +++ include/dfu.h| 22 4 files cha