[U-Boot] Problem with usbtty and loads

2010-01-12 Thread Juha Kuikka
Hi, When using console over usb tty the "loads" command does not behave well. It seems to eat every other character from the stream. I traced the problem to read_record() function to these lines: /* Check for the console hangup (if any different from serial) */ if (gd->jt

[U-Boot] [RFC] MUSB-UDC issues and fixes

2010-01-11 Thread Juha Kuikka
Hi, I ran into some issues with the MUSB-UDC support while adding a new Davinci DM850/OMAP-L138 board: 1. Move endpoint count into SoC specific musb-header file. This implementation only has 4 instead of 15 OMAP2/3 has. 2. On DM850 the MUSB interrupts are read from a wrapper, not from MUSB block