Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2011-03-31 Thread Andre Schwarz
Kim, > On Mon, 28 Feb 2011 17:18:38 +0100 > Andre Schwarz wrote: > >> sorry to bother you again, but I again stumbled over the discussed USB >> init issue : > nack, 837x has a usb controller at IMMR+0x23000. yes - but offset 0x00-0xff is explicitly reserved regarding to the manual.

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2011-03-30 Thread Kim Phillips
On Mon, 28 Feb 2011 17:18:38 +0100 Andre Schwarz wrote: > sorry to bother you again, but I again stumbled over the discussed USB > init issue : > >>> nack, 837x has a usb controller at IMMR+0x23000. > >> yes - but offset 0x00-0xff is explicitly reserved regarding to the manual. > >> Don't know w

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2011-02-28 Thread Andre Schwarz
Kim, finally found some time to re-work my 8377 board code for submission. sorry to bother you again, but I again stumbled over the discussed USB init issue : >>> nack, 837x has a usb controller at IMMR+0x23000. >> yes - but offset 0x00-0xff is explicitly reserved regarding to the manual. >> Don

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2010-12-13 Thread Kim Phillips
On Mon, 29 Nov 2010 08:59:21 +0100 "Schwarz,Andre" wrote: > Kim, > > > > On Tue, 16 Nov 2010 13:37:50 +0100 > > Andre Schwarz wrote: > > > > > USB register range IMMR+0x00-0xff is reserved and hangs the CPU. > > > > > > Signed-off-by: Andre Schwarz > > > --- > > > > nack, 837x has a usb contr

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2010-11-28 Thread Schwarz,Andre
Kim, > On Tue, 16 Nov 2010 13:37:50 +0100 > Andre Schwarz wrote: > > > USB register range IMMR+0x00-0xff is reserved and hangs the CPU. > > > > Signed-off-by: Andre Schwarz > > --- > > nack, 837x has a usb controller at IMMR+0x23000.  yes - but offset 0x00-0xff is explicitly reserved regarding

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2010-11-28 Thread Kim Phillips
On Tue, 16 Nov 2010 13:37:50 +0100 Andre Schwarz wrote: > USB register range IMMR+0x00-0xff is reserved and hangs the CPU. > > Signed-off-by: Andre Schwarz > --- nack, 837x has a usb controller at IMMR+0x23000. Check to see whether there is an invalid USB clock setting in the SCCR? Thanks,

[U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2010-11-16 Thread Andre Schwarz
USB register range IMMR+0x00-0xff is reserved and hangs the CPU. Signed-off-by: Andre Schwarz --- arch/powerpc/cpu/mpc83xx/cpu_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc83xx/cpu_init.c b/arch/powerpc/cpu/mpc83xx/cpu_init.c index 7a1cae7