public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] PXA27x USB support?
@ 2006-05-04 16:44 David Snowdon
  2006-05-04 18:27 ` Marco Cavallini
  2006-05-04 22:58 ` Markus Klotzbücher
  0 siblings, 2 replies; 11+ messages in thread
From: David Snowdon @ 2006-05-04 16:44 UTC (permalink / raw)
  To: u-boot

G'Day,

Has anyone given PXA27X USB support a go? If not, I'm probably going  
to need to have a crack. Anyone else have a need for it? Any sage  
words of advice from someone who's looked at USB for another platform?

Cheers,

Dave. 

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-04 16:44 [U-Boot-Users] PXA27x USB support? David Snowdon
@ 2006-05-04 18:27 ` Marco Cavallini
  2006-05-08 11:36   ` David Snowdon
  2006-05-04 22:58 ` Markus Klotzbücher
  1 sibling, 1 reply; 11+ messages in thread
From: Marco Cavallini @ 2006-05-04 18:27 UTC (permalink / raw)
  To: u-boot

David Snowdon ha scritto:
> G'Day,
> 
> Has anyone given PXA27X USB support a go? If not, I'm probably going to 
> need to have a crack. Anyone else have a need for it? Any sage words of 
> advice from someone who's looked at USB for another platform?

In my PXA270 Mainstone U-Boot port, it has not been required,
neither implemented, but I never needed USB in bootloader.

-- 
Marco Cavallini
Koan s.a.s. - Bergamo - ITALIA
Embedded and Real-Time Software Engineering
www.koansoftware.com    |    www.klinux.org

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-04 16:44 [U-Boot-Users] PXA27x USB support? David Snowdon
  2006-05-04 18:27 ` Marco Cavallini
@ 2006-05-04 22:58 ` Markus Klotzbücher
  2006-05-05 10:26   ` Rodolfo Giometti
  1 sibling, 1 reply; 11+ messages in thread
From: Markus Klotzbücher @ 2006-05-04 22:58 UTC (permalink / raw)
  To: u-boot

David Snowdon <daves@cse.unsw.edu.au> writes:

> Has anyone given PXA27X USB support a go? If not, I'm probably going
> to need to have a crack. Anyone else have a need for it? Any sage
> words of advice from someone who's looked at USB for another platform?

Not exactly the PXA27x but its successor monahans, which is more or less
identical regarding usb. I started of from the arm920t s3c24x0 usb_ohci
driver and it required few changes such as modifying the OHCI base
register and clock setup to compile and detect the root
hub. Unfortunately I couldn't do any further testing so far due to lack
of HW.

Regards

Markus Klotzbuecher

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-04 22:58 ` Markus Klotzbücher
@ 2006-05-05 10:26   ` Rodolfo Giometti
  2006-05-05 11:06     ` [U-Boot-Users] PXA27x/Au1x00 " Rodolfo Giometti
  0 siblings, 1 reply; 11+ messages in thread
From: Rodolfo Giometti @ 2006-05-05 10:26 UTC (permalink / raw)
  To: u-boot

On Fri, May 05, 2006 at 12:58:07AM +0200, Markus Klotzb?cher wrote:
> 
> David Snowdon <daves@cse.unsw.edu.au> writes:
> 
> > Has anyone given PXA27X USB support a go? If not, I'm probably going
> > to need to have a crack. Anyone else have a need for it? Any sage
> > words of advice from someone who's looked at USB for another platform?
> 
> Not exactly the PXA27x but its successor monahans, which is more or less
> identical regarding usb. I started of from the arm920t s3c24x0 usb_ohci
> driver and it required few changes such as modifying the OHCI base
> register and clock setup to compile and detect the root
> hub. 

I have the same problem for a MIPS CPU. My driver starts from arm920t
one and also my drive recognize the Root hub but not the USB
devices...

I think the problem is on the driver itself instead of the several
platforms port. :)

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060505/d563bbb9/attachment.pgp 

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

* [U-Boot-Users] PXA27x/Au1x00 USB support?
  2006-05-05 10:26   ` Rodolfo Giometti
@ 2006-05-05 11:06     ` Rodolfo Giometti
  0 siblings, 0 replies; 11+ messages in thread
From: Rodolfo Giometti @ 2006-05-05 11:06 UTC (permalink / raw)
  To: u-boot

Hello,

using an USB traker I see that the USB driver do _not_ send any
packets on the bus, neither the ?setup? one!

Also I noticed that if I enable the periodic list (OHCI_CTRL_PLE) the
controller sends some OUT packets even if the periodic list descriptor
are 0!

I think that the driver wrong initialize the USB host...

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060505/cf9c8561/attachment.pgp 

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-04 18:27 ` Marco Cavallini
@ 2006-05-08 11:36   ` David Snowdon
  2006-05-09 15:15     ` Rodolfo Giometti
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: David Snowdon @ 2006-05-08 11:36 UTC (permalink / raw)
  To: u-boot

Unfortunately a client wants to be able to have sealed connectors on  
their custom PXA270 board, which isn't possible with CF or SD, etc,  
but is with USB. They want to be able to field upgrade the devices by  
giving the technicians a USB stick, sending them around to the  
devices and pressing the reset button.

Thanks Markus and Rodolfo for you thoughts! I'll give it a go and  
submit a patch.

Cheers,

Dave.

On 05/05/2006, at 4:27 AM, Marco Cavallini wrote:

> David Snowdon ha scritto:
>> G'Day,
>> Has anyone given PXA27X USB support a go? If not, I'm probably  
>> going to need to have a crack. Anyone else have a need for it? Any  
>> sage words of advice from someone who's looked at USB for another  
>> platform?
>
> In my PXA270 Mainstone U-Boot port, it has not been required,
> neither implemented, but I never needed USB in bootloader.
>
> -- 
> Marco Cavallini
> Koan s.a.s. - Bergamo - ITALIA
> Embedded and Real-Time Software Engineering
> www.koansoftware.com    |    www.klinux.org

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-08 11:36   ` David Snowdon
@ 2006-05-09 15:15     ` Rodolfo Giometti
  2006-05-09 15:52       ` Wolfgang Denk
  2006-06-01  8:59     ` eric.liao
  2006-11-21 14:18     ` Rodolfo Giometti
  2 siblings, 1 reply; 11+ messages in thread
From: Rodolfo Giometti @ 2006-05-09 15:15 UTC (permalink / raw)
  To: u-boot

On Mon, May 08, 2006 at 09:36:56PM +1000, David Snowdon wrote:
> 
> Thanks Markus and Rodolfo for you thoughts! I'll give it a go and  
> submit a patch.

You are well come.

However I think it could be a good idea to put OHCI support into
?common? directory (the new file can be called ?usb-ohci.c?) and then
exporting into it some hooks for several platforms whose wish use it.

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060509/8383fd3c/attachment.pgp 

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-09 15:15     ` Rodolfo Giometti
@ 2006-05-09 15:52       ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2006-05-09 15:52 UTC (permalink / raw)
  To: u-boot

Dear Rodolfo,

in message <20060509151511.GL10349@enneenne.com> you wrote:
> 
> However I think it could be a good idea to put OHCI support into
> ?common? directory (the new file can be called ?usb-ohci.c?) and then
> exporting into it some hooks for several platforms whose wish use it.

You are right. Please feel free to submit a patch.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If it has syntax, it isn't user friendly.

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-08 11:36   ` David Snowdon
  2006-05-09 15:15     ` Rodolfo Giometti
@ 2006-06-01  8:59     ` eric.liao
  2006-06-01 10:45       ` Markus Klotzbücher
  2006-11-21 14:18     ` Rodolfo Giometti
  2 siblings, 1 reply; 11+ messages in thread
From: eric.liao @ 2006-06-01  8:59 UTC (permalink / raw)
  To: u-boot

The usb boot function does not work well in my target platform pxa27x,so i
hope you can forware your patch to my mail box.
thanks
--
View this message in context: http://www.nabble.com/PXA27x+USB+support--t1558405.html#a4658691
Sent from the Uboot - Users forum at Nabble.com.

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

* [U-Boot-Users] PXA27x USB support?
  2006-06-01  8:59     ` eric.liao
@ 2006-06-01 10:45       ` Markus Klotzbücher
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Klotzbücher @ 2006-06-01 10:45 UTC (permalink / raw)
  To: u-boot

"eric.liao" <liaofeng97@gmail.com> writes:

> The usb boot function does not work well in my target platform
> pxa27x,so i hope you can forware your patch to my mail box.

Please beware that the USB-support in the cpu/pxa directory of the
testing-USB branch is only tested with the monahans cpu, and will
possibly not work for pxa27x out of the box.

Regards

Markus Klotzbuecher

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

* [U-Boot-Users] PXA27x USB support?
  2006-05-08 11:36   ` David Snowdon
  2006-05-09 15:15     ` Rodolfo Giometti
  2006-06-01  8:59     ` eric.liao
@ 2006-11-21 14:18     ` Rodolfo Giometti
  2 siblings, 0 replies; 11+ messages in thread
From: Rodolfo Giometti @ 2006-11-21 14:18 UTC (permalink / raw)
  To: u-boot

On Mon, May 08, 2006 at 09:36:56PM +1000, David Snowdon wrote:
> Unfortunately a client wants to be able to have sealed connectors on  
> their custom PXA270 board, which isn't possible with CF or SD, etc,  
> but is with USB. They want to be able to field upgrade the devices by  
> giving the technicians a USB stick, sending them around to the  
> devices and pressing the reset button.
> 
> Thanks Markus and Rodolfo for you thoughts! I'll give it a go and  
> submit a patch.

Hi, any news on this topic? :)

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127

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

end of thread, other threads:[~2006-11-21 14:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-04 16:44 [U-Boot-Users] PXA27x USB support? David Snowdon
2006-05-04 18:27 ` Marco Cavallini
2006-05-08 11:36   ` David Snowdon
2006-05-09 15:15     ` Rodolfo Giometti
2006-05-09 15:52       ` Wolfgang Denk
2006-06-01  8:59     ` eric.liao
2006-06-01 10:45       ` Markus Klotzbücher
2006-11-21 14:18     ` Rodolfo Giometti
2006-05-04 22:58 ` Markus Klotzbücher
2006-05-05 10:26   ` Rodolfo Giometti
2006-05-05 11:06     ` [U-Boot-Users] PXA27x/Au1x00 " Rodolfo Giometti

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