[U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Gurumurthy Gowdar
Dear All, am facing problem on writing USB device port driver for MPC8280,when i connect it to the host PC through USB cable .device descriptor is happening host is setting the address but device configuration is not happening properly...it hangs there in USB b

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, In message you wrote: > > am facing problem on writing USB > device port driver for MPC8280,when i connect it to the host PC through USB > cable .device descriptor is happening host is setting the address but device > configuration is

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Gurumurthy Gowdar
U-boot 1.3.1 ELDK 4.2 currently debugging in Code Warrior IDE. i have taken device port code from u-boot i.e mpc8xx_udc.c & modified to suit mpc8280. With Regards, Gurumurthy On Fri, Jul 17, 2009 at 4:22 PM, Wolfgang Denk wrote: > Dear Gurumurthy Gowdar, > > In message > you wrote: > > > >

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, please do not top-post / full-quote. Make sure to read http://www.netmeister.org/news/learn2quote.html In message you wrote: > > U-boot 1.3.1 How about updating to current code? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Gurumurthy Gowdar
updating to Current code which version? is there any drivers for MPC8280 USB host & Device ports. regards, gurumurthy On Fri, Jul 17, 2009 at 4:51 PM, Wolfgang Denk wrote: > Dear Gurumurthy Gowdar, > > please do not top-post / full-quote. Make sure to read > http://www.netmeister.org/news/lea

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, please do not ignore hints given to you: Please do not top-post / full-quote. Make sure to read http://www.netmeister.org/news/learn2quote.html In message you wrote: > > updating to Current code which version? is there any drivers for MPC8280 USB > host & Device ports.

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Gurumurthy Gowdar
Dear Sir, sorry for the miss quote. i have written the code for USB device & USB Host from taking reference code of U-boot. current version is ELDK version 4.2 ppc_6xx: Build 2008-04-01 with regards, gurumurthy On Sat, Jul 18, 2009 at 12:01 AM, Wolfgang Denk wrote: > Dear Gurumurt