public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] USB support in U-boot for MX23EVK board
@ 2012-02-12  8:25 Shilpa Budhihal
  2012-02-13  8:57 ` Wolfgang Denk
  2012-02-13 12:35 ` Marek Vasut
  0 siblings, 2 replies; 5+ messages in thread
From: Shilpa Budhihal @ 2012-02-12  8:25 UTC (permalink / raw)
  To: u-boot

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 at infotech-enterprises.com and delete the original message.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] USB support in U-boot for MX23EVK board
  2012-02-12  8:25 [U-Boot] USB support in U-boot for MX23EVK board Shilpa Budhihal
@ 2012-02-13  8:57 ` Wolfgang Denk
  2012-02-13 12:35 ` Marek Vasut
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2012-02-13  8:57 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The White Rabbit put on his spectacles. "Where shall I begin,  please
your Majesty ?" he asked.
"Begin at the beginning,", the King said, very gravely,  "and  go  on
till you come to the end: then stop."                -- Lewis Carroll

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] USB support in U-boot for MX23EVK board
  2012-02-12  8:25 [U-Boot] USB support in U-boot for MX23EVK board Shilpa Budhihal
  2012-02-13  8:57 ` Wolfgang Denk
@ 2012-02-13 12:35 ` Marek Vasut
  2012-02-13 14:12   ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2012-02-13 12:35 UTC (permalink / raw)
  To: u-boot

> 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 at infotech-enterprises.com and delete the original
> message.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] USB support in U-boot for MX23EVK board
  2012-02-13 12:35 ` Marek Vasut
@ 2012-02-13 14:12   ` Wolfgang Denk
  2012-02-13 20:24     ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2012-02-13 14:12 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One possible reason that things aren't going  according  to  plan  is
that there never was a plan in the first place.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] USB support in U-boot for MX23EVK board
  2012-02-13 14:12   ` Wolfgang Denk
@ 2012-02-13 20:24     ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2012-02-13 20:24 UTC (permalink / raw)
  To: u-boot

> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-13 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-12  8:25 [U-Boot] USB support in U-boot for MX23EVK board Shilpa Budhihal
2012-02-13  8:57 ` Wolfgang Denk
2012-02-13 12:35 ` Marek Vasut
2012-02-13 14:12   ` Wolfgang Denk
2012-02-13 20:24     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox