Rolf Peukert wrote: ... > USB works fine when SCC3 UART is not enabled, as does SCC3 without > USB. But when both config options are selected, the kernel will hang > during bootup, ...
It turned out our problems were caused by m8xx_cpm_dpalloc() running out of memory. We didn't notice this for so long, because the return value of some ...dpalloc calls in uart.c and enet.c isn't checked. Even worse, our version of m8xx_cpm_dpalloc didn't return the predefined error flag CPM_DP_NOSPACE, but just a 0 upon failure (AFAIK the version in the current kernel doesn't have this problem). We solved the conflict by making more memory available for ...dpalloc, as the USB microcode patch only needs the first 512 and last 256 bytes reserved (CPM_DATAONLY_BASE is now 0x0200, CPM_DATAONLY_SIZE 0x0D00). Best wishes, Rolf ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/