Re: 答复: 答复: [U-Boot] [PATCH 0/4] Make some changes to SDP

2019-12-12 Thread Fabio Estevam
Hi Sherry, On Fri, Aug 9, 2019 at 3:21 AM Sherry Sun wrote: > Yes, I have not used imx8mq-evk yet. I will try to test it later. Have you managed to make any progress with regards to implementing UMS support on imx8mq-evk? Thanks

Re: [U-Boot] [PATCH 0/4] Make some changes to SDP

2019-08-19 Thread Sherry Sun
Sun mailto:sherry@nxp.com>> wrote: Hi Angus, Sorry for the late reply. > > Hi Peng, > > On 2019-08-01 18:01, Peng Fan wrote: > > Angus, > > > >> Subject: Re: 答复: [U-Boot] [PATCH 0/4] Make some changes to SDP > >> > >> H

Re: [U-Boot] [PATCH 0/4] Make some changes to SDP

2019-07-28 Thread Angus Ainslie
Hi Sherry, On 2019-07-17 18:40, sherry sun wrote: From: Sherry Sun This patchset adds: 1. Add usb_gadget_initialize() and usb_gadget_release() to initialize and release UDC during sdp download. 2. Add high speed endpoint descriptor for sdp. 3. Add a macro definition--CONFIG_SDP_LOADADDR as d

[U-Boot] [PATCH 0/4] Make some changes to SDP

2019-07-17 Thread sherry sun
From: Sherry Sun This patchset adds: 1. Add usb_gadget_initialize() and usb_gadget_release() to initialize and release UDC during sdp download. 2. Add high speed endpoint descriptor for sdp. 3. Add a macro definition--CONFIG_SDP_LOADADDR as default sdp load address while SDP_WRITE and SDP_JUMP c