Re: iMX8MM USB support?

2022-03-09 Thread Tommaso Merciai
Hi All, In these days I'm working on SDP_SPL support on iMX8MM, thanks to Tim that guide me over the following patches: https://patchwork.ozlabs.org/project/uboot/list/?series=251796=* I'm able to reach the goal to boot U-Boot 2022.04-rc3 over SDP from SPL. I would like to suggest that at the

Re: iMX8MM USB support?

2022-03-09 Thread Michael Nazzareno Trimarchi
Hi Adding Tommaso On Fri, Apr 10, 2020 at 8:37 PM Tim Harvey wrote: > > On Thu, Apr 9, 2020 at 2:45 PM Tim Harvey wrote: > > > > On Thu, Apr 9, 2020 at 3:02 AM Schrempf Frieder > > wrote: > > > > > > On 08.04.20 17:31, Tim Harvey wrote: > > > [...] > > > >> > > > >> In my case I'm loading a

Re: iMX8MM USB support?

2021-07-02 Thread Fabio Estevam
Hi Tim, On Fri, Jul 2, 2021 at 6:13 PM Tim Harvey wrote: > Fabio, > > After applying the other patches in your diff I'm able to get SDP > booting on my board as well. > > Please CC me when you submit your SDP series. It will overlap with my > 'usb: ehci-mx6: move mode set/detect to probe'. Ok,

Re: iMX8MM USB support?

2021-07-02 Thread Tim Harvey
On Fri, Jul 2, 2021 at 7:50 AM Fabio Estevam wrote: > > Hi Tim, > > On Thu, Jul 1, 2021 at 10:36 PM Fabio Estevam wrote: > > > But I still get: > > > > U-Boot SPL 2021.07-rc5-2-g5f269bf8bd14-dirty (Jul 01 2021 - 22:28:29 > > -0300) > > WDT: Not starting > > SPL: Unsupported Boot Device! >

Re: iMX8MM USB support?

2021-07-02 Thread Fabio Estevam
Hi Tim, On Thu, Jul 1, 2021 at 10:36 PM Fabio Estevam wrote: > But I still get: > > U-Boot SPL 2021.07-rc5-2-g5f269bf8bd14-dirty (Jul 01 2021 - 22:28:29 > -0300) > WDT: Not starting > SPL: Unsupported Boot Device! > SPL: failed to boot from all boot devices > ### ERROR ### Please RESET

Re: iMX8MM USB support?

2021-07-01 Thread Fabio Estevam
Tim, On Thu, Jul 1, 2021 at 10:13 PM Fabio Estevam wrote: > > On Thu, Jul 1, 2021 at 9:49 PM Tim Harvey wrote: > > > By the way, I took a quick stab at enabling SDP on > > imx8mm-venice-gw73xx-0x and found compile issues so I configured for > > an imx8mm_evk using your diffs and hit the same

Re: iMX8MM USB support?

2021-07-01 Thread Fabio Estevam
On Thu, Jul 1, 2021 at 9:49 PM Tim Harvey wrote: > By the way, I took a quick stab at enabling SDP on > imx8mm-venice-gw73xx-0x and found compile issues so I configured for > an imx8mm_evk using your diffs and hit the same issues. > > drivers/usb/host/ehci-mx6.c: In function ‘ehci_hcd_init’: >

Re: iMX8MM USB support?

2021-07-01 Thread Fabio Estevam
Hi Tim, On Thu, Jul 1, 2021 at 9:49 PM Tim Harvey wrote: > Yes, this works on my board. I just sent a v2 of these patches (cc'd you). I have just tried "ums 0 mmc 1" and it works on a imx8mm-evk now after applying your patches, thanks! > By the way, I took a quick stab at enabling SDP on >

Re: iMX8MM USB support?

2021-07-01 Thread Tim Harvey
On Thu, Jul 1, 2021 at 5:36 PM Fabio Estevam wrote: > > Hi Tim, > > On Thu, Jul 1, 2021 at 8:58 PM Tim Harvey wrote: > > > Fabio, > > > > I no longer have the patches/config around and am not sure I even have > > a working imx8mm-evk anymore. > > > > Do you have the patches I submitted to enable

Re: iMX8MM USB support?

2021-07-01 Thread Fabio Estevam
Hi Tim, On Thu, Jul 1, 2021 at 8:58 PM Tim Harvey wrote: > Fabio, > > I no longer have the patches/config around and am not sure I even have > a working imx8mm-evk anymore. > > Do you have the patches I submitted to enable USB OTG in general on IMX8MM? > usb: ehci-mx6: add IMX8MM and IMX8MN OTG

Re: iMX8MM USB support?

2021-07-01 Thread Tim Harvey
On Thu, Jul 1, 2021 at 4:15 PM Fabio Estevam wrote: > > Hi Tim and Schrempf, > > On Fri, Apr 10, 2020 at 3:37 PM Tim Harvey wrote: > > > Frieder, > > > > My issue was that I forgot to set ATF_LOAD_ADDR=0x92! > > > > So I'm running now, booting imx8mm-evk via SDP using your USB patches > >

Re: iMX8MM USB support?

2021-07-01 Thread Fabio Estevam
Hi Tim and Schrempf, On Fri, Apr 10, 2020 at 3:37 PM Tim Harvey wrote: > Frieder, > > My issue was that I forgot to set ATF_LOAD_ADDR=0x92! > > So I'm running now, booting imx8mm-evk via SDP using your USB patches > and imx_usb configuration. Sorry for resurrecting such an old thread. I

Re: What is the status of IMX8MM USB support?

2020-09-28 Thread Tim Harvey
On Thu, Sep 24, 2020 at 10:49 PM Peng Fan wrote: > > Hi Tim, > > > Subject: What is the status of IMX8MM USB support? > > > > Greetings, > > > > I have not seen any activity to enable USB support for the IMX8MM. Is > > anyone working on this? Last

RE: What is the status of IMX8MM USB support?

2020-09-24 Thread Peng Fan
Hi Tim, > Subject: What is the status of IMX8MM USB support? > > Greetings, > > I have not seen any activity to enable USB support for the IMX8MM. Is > anyone working on this? Last I knew the holdup had to do with a > power-domain driver. For U-Boot, although I am tryin

What is the status of IMX8MM USB support?

2020-09-24 Thread Tim Harvey
Greetings, I have not seen any activity to enable USB support for the IMX8MM. Is anyone working on this? Last I knew the holdup had to do with a power-domain driver. Best Regards, Tim

Re: iMX8MM USB support?

2020-04-10 Thread Tim Harvey
On Thu, Apr 9, 2020 at 2:45 PM Tim Harvey wrote: > > On Thu, Apr 9, 2020 at 3:02 AM Schrempf Frieder > wrote: > > > > On 08.04.20 17:31, Tim Harvey wrote: > > [...] > > >> > > >> In my case I'm loading a FIT image, so things are a bit different. > > >> Where are you loading the image to? > > >>

Re: iMX8MM USB support?

2020-04-09 Thread Tim Harvey
On Thu, Apr 9, 2020 at 3:02 AM Schrempf Frieder wrote: > > On 08.04.20 17:31, Tim Harvey wrote: > [...] > >> > >> In my case I'm loading a FIT image, so things are a bit different. > >> Where are you loading the image to? > >> > >> I have the following line in mx8mm_usb_sdp_spl.conf to load my

Re: iMX8MM USB support?

2020-04-09 Thread Schrempf Frieder
On 08.04.20 17:31, Tim Harvey wrote: [...] >> >> In my case I'm loading a FIT image, so things are a bit different. >> Where are you loading the image to? >> >> I have the following line in mx8mm_usb_sdp_spl.conf to load my FIT image >> to DDR and jump to it: >> >> /path/to/image/u-boot.itb:load

Re: iMX8MM USB support?

2020-04-08 Thread Tim Harvey
On Wed, Apr 8, 2020 at 12:35 AM Schrempf Frieder wrote: > > Hi Tim, > > On 07.04.20 19:06, Tim Harvey wrote: > > On Mon, Apr 6, 2020 at 2:43 AM Schrempf Frieder > > wrote: > >> > >> Hi Tim, > >> > >> On 01.04.20 19:55, Tim Harvey wro

Re: iMX8MM USB support?

2020-04-08 Thread Schrempf Frieder
Hi Tim, On 07.04.20 19:06, Tim Harvey wrote: > On Mon, Apr 6, 2020 at 2:43 AM Schrempf Frieder > wrote: >> >> Hi Tim, >> >> On 01.04.20 19:55, Tim Harvey wrote: >>> Peng, >>> >>> It looks like IMX8MM USB support hasn't made it upstrea

Re: iMX8MM USB support?

2020-04-07 Thread Tim Harvey
On Mon, Apr 6, 2020 at 2:43 AM Schrempf Frieder wrote: > > Hi Tim, > > On 01.04.20 19:55, Tim Harvey wrote: > > Peng, > > > > It looks like IMX8MM USB support hasn't made it upstream yet. Is this > > something your working on? > > > > I'm interested

Re: iMX8MM USB support?

2020-04-06 Thread Schrempf Frieder
Hi Tim, On 01.04.20 19:55, Tim Harvey wrote: > Peng, > > It looks like IMX8MM USB support hasn't made it upstream yet. Is this > something your working on? > > I'm interested in booting an IMX8MM via SDP. If I remember correctly, the main issue is that the ci_udc driver is

RE: iMX8MM USB support?

2020-04-01 Thread Sherry Sun
Hi Igor, I’m sorry, now I don’t do the jobs about USB any more. Maybe Peng know who can help you. Best regards Sherry Sun From: Igor Opaniuk Sent: 2020年4月2日 5:35 To: Sherry Sun Cc: u-boot ; Fabio Estevam ; Peng Fan ; thar...@gateworks.com Subject: Re: iMX8MM USB support? + Sherry, as he

Re: iMX8MM USB support?

2020-04-01 Thread Igor Opaniuk
+ Sherry, as he was working on iMX8* USB support On Wed, Apr 1, 2020, 20:55 Tim Harvey wrote: > Peng, > > It looks like IMX8MM USB support hasn't made it upstream yet. Is this > something your working on? > > I'm interested in booting an IMX8MM via SDP. > > Best Regards, > > Tim >

iMX8MM USB support?

2020-04-01 Thread Tim Harvey
Peng, It looks like IMX8MM USB support hasn't made it upstream yet. Is this something your working on? I'm interested in booting an IMX8MM via SDP. Best Regards, Tim