[U-Boot] USB support in U-boot for MX23EVK board

Hi, I'm struggling to find USB support in U-Boot for MX23EVK board. I'm building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar downloaded from internet). I'm able to find USB driver(i.e., ehci-hcd.c file) in U-Boot source 2009.08. But usb_init function call is not made in board_init function in the corresponding board specific file (evk23_evk.c). Could you help me finding what could be done for enabling USB support in u-boot to support for ARM based mx23evk board.
Thanks and Regards, Shilpa
________________________________
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or Mail.Admin@infotech-enterprises.com and delete the original message.

Dear Shilpa Budhihal,
In message FA04B2A1CD90BB43B811F51230EC7FCC02C258BA@INFHYDEX10MB3.corp.infotech-enterprises.com you wrote:
I'm struggling to find USB support in U-Boot for MX23EVK board.
I'm building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar downloaded from internet). I'm able to find USB driver(i.e.,
Sorry, but LTIB is a Freescale provided out-of-tree port. We can only support mainline U-Boot here. Please contact Freescale support for problems with the Freescale code.
ehci-hcd.c file) in U-Boot source 2009.08. But usb_init function call is not made in board_init function in the corresponding board specific file (evk23_evk.c). Could you help me finding what could be done for enabling USB support in u-boot to support for ARM based mx23evk board.
So far, Freescale did not bother to push their i.MX23 support upstream (and nobody else did this either). So we cannot help you.
Please contact Freescale support with questions to Freescale's LTIB code.
Best regards,
Wolfgang Denk

Hi, I'm struggling to find USB support in U-Boot for MX23EVK board. I'm building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar downloaded from internet).
Please use ELDK, 5.1 is preffered as that's the latest version. LTIB is ancient crap.
I'm able to find USB driver(i.e., ehci-hcd.c file) in U-Boot source 2009.08.
Oh come on ... git clone git://git.denx.de/u-boot-imx.git
But usb_init function call is not made in board_init function in the corresponding board specific file (evk23_evk.c). Could you help me finding what could be done for enabling USB support in u-boot to support for ARM based mx23evk board.
Yes, use the above, for the reference, you can use board/denx/m28evk
M
Thanks and Regards, Shilpa
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or Mail.Admin@infotech-enterprises.com and delete the original message.

Dear Marek Vasut,
In message 201202131335.42773.marek.vasut@gmail.com you wrote:
But usb_init function call is not made in board_init function in the corresponding board specific file (evk23_evk.c). Could you help me finding what could be done for enabling USB support in u-boot to support for ARM based mx23evk board.
Yes, use the above, for the reference, you can use board/denx/m28evk
...but only as a starting point for a new port. i.MX23 is similar to i.MX28 in many areas, but sufficiently different to cause enough problems to a newbie.
Best regards,
Wolfgang Denk

Dear Marek Vasut,
In message 201202131335.42773.marek.vasut@gmail.com you wrote:
But usb_init function call is not made in board_init function in the corresponding board specific file (evk23_evk.c). Could you help me finding what could be done for enabling USB support in u-boot to support for ARM based mx23evk board.
Yes, use the above, for the reference, you can use board/denx/m28evk
...but only as a starting point for a new port. i.MX23 is similar to i.MX28 in many areas, but sufficiently different to cause enough problems to a newbie.
You're definitelly right, but such a newbie has an U-Boot mailing list where he can ask if he's not sure how to go about various things. :)
Cheers!
M
participants (3)
-
Marek Vasut
-
Shilpa Budhihal
-
Wolfgang Denk