Disable data cache on mpc5200

2006-10-03 Thread Daniel Schnell
Hi,   we have troubles with our 256 MBytes DDR SDRAM on our mpc5200B custom board.   On this processor we have four chips, 64 MBytes each connected via chipselects CS0 & CS1. When running a specific memory test under u-boot the CS1 connected RAM seems also to work fine (memcpy, memcmp, etc.

RE: MPC5200 ethernet communication stops unexpected

2007-04-27 Thread Daniel Schnell
Hi, please post relevant topics on the mailing list in English. We are also interested in anything concerning MPC5200B ethernet problems. Daniel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of tacitus Sent: 27. apríl 2007 14:36 To: linuxppc-embedded@o

MPC5200B memory performance

2007-05-15 Thread Daniel Schnell
controller interface. All in all, I am not sure, why the memory access is so much slower than I expected. Which factors did I miss in my calculation ? Can anybody run this program on its 5200B based board as a comparision ? Best regards, Daniel Schnell. memcpy_perf.c Description

RE: MPC5200B memory performance

2007-05-18 Thread Daniel Schnell
rap,memcpy on the linker line to replace all occurences of memcpy, memcmp, etc. also for external libraries. Best regards, Daniel Schnell -- Daniel Schnell | [EMAIL PROTECTED] Hugbúnaðargerð | www.marel.com -Original Message- From: [EMAIL PROTECTED] [mai

Where is initial console initialized ?

2007-05-31 Thread Daniel Schnell
Hi, I am trying to bring up 2.6.20.3 on a MPC5200B based custom board. This Kernel is based on the Phytec phyCore MPC5200B Mini BSP kernel and adapted to my board. So far I have troubles to get console output working when booting Linux. Uboot console output is fine. Linux begins to run (I can set

RE: Where is initial console initialized ?

2007-06-01 Thread Daniel Schnell
1 6d 00 6d 70 63 35 32 78 78 2d 73 72 61 6d 00 73 72 61 6d 00]; reg = [00 00 80 00 00 00 40 00]; }; }; chosen { name = "chosen"; bootargs = "console=ttyPSC0,115200 root=/dev/nfs ip=dhcp nfsroot=10.100.11.96:/home/danielsch/downloads/OSELAS.BSP

RE: Where is initial console initialized ?

2007-06-01 Thread Daniel Schnell
Hi, Well if one does it right, then things work as expected. I simply chose the wrong Kernel configuration, the correct console driver has not been compiled in. Now it works as expected. Sorry for the noise. Daniel Schnell. -Original Message- From: Domen Puncer [mailto:[EMAIL

Status of MPC5200B FEC driver ?

2007-06-14 Thread Daniel Schnell
v2.6.11 as something to pull So I am somewhat stuck, but maybe anybody has a better idea how to get the latest MPC5200B support or some ideas about the ethernet problems ? Best regards, Daniel Schnell. ___ Linuxppc-embedded mailing list Linuxppc

RE: Status of MPC5200B FEC driver ?

2007-06-14 Thread Daniel Schnell
Daniel Schnell Sent: 14. júní 2007 16:50 To: linuxppc-embedded@ozlabs.org Subject: Status of MPC5200B FEC driver ? Hi, I have problems with the MPC5200B fec driver. On my custom board I can successfully boot/mount via NFS. I use a 2.6.20 kernel patched with all kind of things from Pengutronix

RE: [PATCH] mpx5200_uart: drop port lock across tty_flip_buffer() call

2007-07-26 Thread Daniel Schnell
ck(&port->lock) in >>> uart_start() >>> >>> Uncovered by lockdep / preempt-rt >>> >>> Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> While you are at it 8°> ... the mpc5200-fec driver has serious pr