Re: CPM UART on MPC8270

2010-06-09 Thread James Black
I couldn't get the echo > /dev/xxx to work. I had to write a small app that opened the device and write and read characters for testing. Start there and you may find it is actually working. JB On Wed, Jun 9, 2010 at 8:37 AM, Martyn Welch wrote: > Hi All, > > I'm attempting to get an SCC port on

Re: kexec for powerpc

2009-11-12 Thread James Black
powerpc32 for processors like the freescale 82xx, 83xx machines. Thanks, JB On Thu, Nov 12, 2009 at 4:31 PM, Josh Boyer wrote: > On Thu, Nov 12, 2009 at 04:08:07PM -0700, James Black wrote: >>Are there efforts in this area or is it already working for powerpc? I >>cross compiled

kexec for powerpc

2009-11-12 Thread James Black
Are there efforts in this area or is it already working for powerpc? I cross compiled kexec and tried it on an old kernel with kexec support compiled in. /var # ./kexec -t elf -l zImage.elf get_memory_ranges(): Unsupported platform Could not get memory layout Any comments? -- Jim Black

Re: mpc8270 and fs_enet

2009-02-19 Thread James Black
interesting thing was that our SDRAM memory test passes and there are no errors logged in the TESCR1, TESCR2 or the SDSR registers. Strange problem, and difficult to find. Thought I'd get this out for future reference. On Thu, Jan 29, 2009 at 4:27 PM, James Black wrote: > I thought the sa

SCCx in Sync HDLC mode

2009-02-13 Thread James Black
Is there any work being proposed/done in this area? I'm looking at the drivers/serial/cpm_uart files and see no support for sync/HDLC SCCx channels. Can anyone offer some history or insight to this area? -- Jim Black Senior Software Engineer Aztek Networks, Inc. 2477 55th Street, Suite 202 Boulde

Re: mpc8270 and fs_enet

2009-01-29 Thread James Black
64 > SPI Param Pointer 0x89FC 2 > SPI Parameters0x9000 76 > MCC2 Global Param 0x8800128 > MCC2 HDLC Param0x2000 8192 > MCC2 Extra Param 0xB000 1024 On Thu, Jan 29, 2009 at 4:05 PM, Scott Wood wrote: &

mpc8270 and fs_enet

2009-01-29 Thread James Black
I've got an mpc8270 running the fs_enet v1.0 driver and we are having problems with randomly corrupted tx buffer descriptor ready bits. The CPM never clears the bit. This is a 2.6.19.2 kernel. We have the same kernel with the 8260_io driver (kernel is from the denx ELDK4.2) running on the mpc8250 t