[U-Boot] Linux 2.6.33.9 (RT) on mpc5121

2011-05-27 Thread Einar Már Björgvinsson
hi I'm not sure if this is the proper list for posting this question but it seems to me that there are some folks here that have vast experience of the mpc5121 chip, so here it goes. I'm currently trying to port an older kernel version (2.6.33-rc6 non realtime) to a newer one (2.6.33.9 wit

Re: [U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Einar Már Björgvinsson
: Thursday, May 12, 2011 4:28 PM To: Einar Már Björgvinsson Cc: U-Boot@lists.denx.de Subject: Re: [U-Boot] USB only works in Linux if started in UBoot On Thu, 2011-05-12 at 15:36 +, Einar Már Björgvinsson wrote: > hi > > I was wondering what I was doing wrong here ! > > The USB f

[U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Einar Már Björgvinsson
hi I was wondering what I was doing wrong here ! The USB functionality in Linux only works if I run 'usb start' in UBoot before starting the kernel. Not sure what will resolve this, of course I can make automatic start command during starting of the bootloader but I think that's not optimal.

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Einar Már Björgvinsson
mail.com] Sent: Wednesday, August 25, 2010 12:45 AM To: Einar Már Björgvinsson Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller. Hi Elinar, The root hub is detected and also it detects a device connected to the controller. However, by testing

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-24 Thread Einar Már Björgvinsson
Hi Damien this patch seems to be doing alot better then the original one. The root hub is detected and also it detects a device connected to the controller. However, by testing with a usbstick (mass storage) it fails to detect the device as a storage device. I have here a debug printout which i

Re: [U-Boot] [u-Boot] USB EHCI for mpc512x crashes Uboot

2010-08-17 Thread Einar Már Björgvinsson
9:25 AM To: Damien Dusha Cc: u-boot@lists.denx.de; Einar Már Björgvinsson Subject: Re: [U-Boot] [u-Boot] USB EHCI for mpc512x crashes Uboot Dear Damien Dusha, In message you wrote: > > Please email me off-list if you want to test the patch for yourself. If it > works for you, I should m

[U-Boot] [u-Boot] USB EHCI for mpc512x crashes Uboot

2010-08-16 Thread Einar Már Björgvinsson
Hi I'm new to this list so I hope that this is the right place for my question. I have a board with mpc5121e cpu on it and I'm been patching my Uboot (U-Boot v2009.11) with the patch given initially by Francesco Rendine: http://lists.denx.de/pipermail/u-boot/2009-June/055022.html It seems lik