pmppc7448/mv64x60 DMA from PCI to memory

2006-05-24 Thread Phil Nitschke
Hi, I'm working on a project using this processor: http://www.artesyncp.com/products/PmPPC7448.html on a custom VME carrier, as shown below. We're wanting to suck large amounts of data from a PCI device which _cannot_ perform bus-mastered DMA (it is a PCI Target only). The Marvell Chip used by

pmppc7448/mv64x60 DMA from PCI to memory

2006-05-24 Thread Phil Nitschke
On Tue, 2006-05-23 at 16:54 -0700, Mark A. Greer wrote: You say that you don't see any PCI traffic. Does that mean you have a PCI analyzer and that you are sure that its set up correctly? I don't have a PCI analyzer, however the JTAG used to program the PCI device has been configured to

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread sandeep malik
Download now -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060524/854abe9c/attachment.htm

Help Needed: floating point used in kernel (task=c0398410, pc =3184)

2006-05-24 Thread Liu Dave-r63238
Malik, Because PPC8325 have NO float point unit, so please compile all of source code with gcc 8325 compiler or use fixed simulate. The source code includs kernel, and filesystem. Dave -Original Message- Hi All... I am trying to run an application compiled with gcc toolchain

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread Roger Larsson
On onsdag 24 maj 2006 08.12, sandeep malik wrote: Hi All... I am trying to run an application compiled with gcc toolchain gcc--3.4.3 and glibc -2.3.4 on PPC 8325 board running Linux 2.6.11but some how I am getting following error floating point used in kernel (task=c0398410,

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread sandeep malik
on Mobile from your Yahoo! Messenger Download now -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060524/b4a28d54/attachment.htm

delay programming

2006-05-24 Thread tony
hi all I want to delay 1ms in the program, does usleep(1000) works accurate? any good idea? regards tony

question about linux with Xilinx ML-403

2006-05-24 Thread Ming Liu
Dear Rick, First, thanks a lot for your information. However I still have something to ask. Our best recommendation is to use the drivers/net/xilinx_enet directory for the temac driver and just enable the Xilinx 10/100 Ethernet in menuconfig. I am not so clear with this. Do you mean that I

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread Roger Larsson
On onsdag 24 maj 2006 10.14, you wrote: Hi Roger... Thanks for your response.but in my case the application is causing this error It might be the application who runs, calls kernel for output, drivers used for output uses floating point. No application running = no floating point

delay programming

2006-05-24 Thread Li Yang-r58472
That depends on how accurate you want. Sleep() functions can't be too accurate for Linux schedule characteristic. To get best accuracy, you can use hardware timer. udelay() is a choice which reduces the overall system performance. Best Regards, Leo -Original Message- From:

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread sandeep malik
part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060524/0243fff3/attachment.htm

I2C bus issues on MPC8248

2006-05-24 Thread Belaire, Ron
I'm also attempting to use the i2c patch on a MPC8247 and have a couple of questions: Is i2c-core.c still used with this patch since it appears to be using the platform bus? I'm enabling MPC82xx_CPM_I2C and setting platform_notify but never get a callback. What triggers the callback? I get

question about linux with Xilinx ML-403

2006-05-24 Thread Rick Moleres
work. Can you let us know how it goes? -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060524/a32750ad/attachment.htm

VME driver problem on MVME6100

2006-05-24 Thread Konstantin Boyanov
, Konstantin Boyanov -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060524/2186e87a/attachment.htm

Can't get CoralP drivers to work

2006-05-24 Thread [EMAIL PROTECTED]
Hello I have a MPC8260 processor card with a Coral-P evaluation board (rev 4.0). My system do not have keyboard nor mouse (i use the serial console). I use linux kernel 2.4.25 2.6.9. For kernel 2.4.25 : I'm trying to get the framebuffer driver to work. During the boot the driver loads fine

[PATCH] ppc32 CPM_UART: various fixes for pq2 uart users

2006-05-24 Thread Vitaly Bordug
This fixes various odd things that missed update together with cpm_uart platform_device move. Unified resources names, restructurisation, etc. Also, addressed issue with recent phys/virt translation rework. Being cache-coherent, CPM2's do alloc_bootmem() for the console stuff, and it was used to

Help Needed: floating point used in kernel (task=c0398410, pc=3184)

2006-05-24 Thread Carlos Munoz
Roger Larsson wrote: On onsdag 24 maj 2006 08.12, sandeep malik wrote: Hi All... I am trying to run an application compiled with gcc toolchain gcc--3.4.3 and glibc -2.3.4 on PPC 8325 board running Linux 2.6.11but some how I am getting following error floating point used in

Can't get CoralP drivers to work

2006-05-24 Thread Dan Malek
On May 24, 2006, at 12:54 PM, jourdan at enib.fr wrote: I have a MPC8260 processor card with a Coral-P evaluation board (rev 4.0). Are you sure? The 8260 does not have a PCI bus and the Coral-P is a PCI card :-) Good Luck. -- Dan

question about linux with Xilinx ML-403

2006-05-24 Thread Ming Liu
Dear Rick, OK. I will try that. However I cannot promise to finish this very soon because I am a novice. :) I will let you know if there is any result. Thanks for your method. BR Ming From: Rick Moleres rick.moleres at xilinx.com To: Ming Liu eemingliu at hotmail.com, rick.moleres

question about linux with Xilinx ML-403

2006-05-24 Thread Rick Moleres
Ming, Another option for you may be to get MontaVista's latest linuxppc-2.4 kernel tree from source.mvista.com (using rsync), which I believe has the xilinx_gige directory and menuconfig entries. -Rick -Original Message- From: Ming Liu [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

Question about IRQs on MPC8540

2006-05-24 Thread Travis B. Sawyer
I sent this to Kumar, should have sent directly to the list... I'm porting our kernel base from 2.4-2.6 for our boards and an ODM board. The ODM board is board that is based off of the 8540 ADS. I'm having a bit of a problem understanding what went on btw 2.6.12 and 2.6.16.16 wrt the 85xx

Question about IRQs on MPC8540

2006-05-24 Thread Kumar Gala
On May 24, 2006, at 2:33 PM, Travis B. Sawyer wrote: I sent this to Kumar, should have sent directly to the list... I guess I'll reply to both :) I'm porting our kernel base from 2.4-2.6 for our boards and an ODM board. The ODM board is board that is based off of the 8540 ADS. I'm

Can't get CoralP drivers to work

2006-05-24 Thread Wolfgang Denk
In message 3799.194.3.133.184.1148489640.squirrel at webmail.enib.fr you wrote: I have a MPC8260 processor card with a Coral-P evaluation board (rev 4.0). My system do not have keyboard nor mouse (i use the serial console). I use linux kernel 2.4.25 2.6.9. We have instructions on our web

VME driver problem on MVME6100

2006-05-24 Thread Xavier Grave
Hi, Perhaps the size of the window you want is too big ? I have only experience with MVME5100 and 5500 so I can only guess that. xavier Le mercredi 24 mai 2006 ? 19:05 +0200, Konstantin Boyanov a ?crit : Hi there, These days I'm trying to bring up a VME driver on a Motorola SBC but I'm

pmppc7448/mv64x60 DMA from PCI to memory

2006-05-24 Thread Mark A. Greer
On Wed, May 24, 2006 at 11:53:54AM +0930, Phil Nitschke wrote: On Tue, 2006-05-23 at 16:54 -0700, Mark A. Greer wrote: You say that you don't see any PCI traffic. Does that mean you have a PCI analyzer and that you are sure that its set up correctly? I don't have a PCI analyzer, however

question about linux with Xilinx ML-403

2006-05-24 Thread Ming Liu
Dear Rick, Yes. I have downloaded the linuxppc-2.4 kernel. There is really the temac support. Thanks a lot for your information. Also. MontaVista will release the pro 4.0 based on 2.6 in the end of this month. I think in this version, Temac will be included. Temac will be more popularly