Re: [U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-16 Thread Stefano Babic
Hi Stefan, On 15/08/2017 23:54, Stefan Agner wrote: >> >> It looks like that I am again out of sync with documentation. Where is >> defined SDP_SKIP_DCD_HEADER ? It is undefined for MX6Q/D, Solo and DL. >> > > This is only available in newer SoC's e.g. i.MX 7. ok > > It allows to skip the DCD

Re: [U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-15 Thread Stefan Agner
On 2017-08-10 01:14, Stefano Babic wrote: > Hi Stefan, > > On 05/08/2017 01:38, Stefan Agner wrote: >> From: Stefan Agner >> >> Add SDP (Serial Downloader Protocol) implementation for U-Boot. The >> protocol is used in NXP SoC's boot ROM and allows to download program >> images. Beside that, it c

Re: [U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-10 Thread Stefano Babic
Hi Stefan, On 05/08/2017 01:38, Stefan Agner wrote: > From: Stefan Agner > > Add SDP (Serial Downloader Protocol) implementation for U-Boot. The > protocol is used in NXP SoC's boot ROM and allows to download program > images. Beside that, it can also be used to read/write registers and > downlo

Re: [U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-08 Thread Łukasz Majewski
Hi Stefan, From: Stefan Agner Add SDP (Serial Downloader Protocol) implementation for U-Boot. The protocol is used in NXP SoC's boot ROM and allows to download program images. Beside that, it can also be used to read/write registers and download complete Device Configuration Data (DCD) sets. T

Re: [U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-08 Thread Lothar Waßmann
Hi, On Fri, 4 Aug 2017 16:38:08 -0700 Stefan Agner wrote: > From: Stefan Agner > > Add SDP (Serial Downloader Protocol) implementation for U-Boot. The > protocol is used in NXP SoC's boot ROM and allows to download program > images. Beside that, it can also be used to read/write registers and >

[U-Boot] [PATCH v1 2/7] usb: gadget: add SDP driver

2017-08-04 Thread Stefan Agner
From: Stefan Agner Add SDP (Serial Downloader Protocol) implementation for U-Boot. The protocol is used in NXP SoC's boot ROM and allows to download program images. Beside that, it can also be used to read/write registers and download complete Device Configuration Data (DCD) sets. This basic impl