Xilinx SystemACE driver for 2.6

2006-07-03 Thread Ameet Patil
Hi Grant, I totally agree with you. What you say is correct. It will definitely kill the CF card. I use a XUPV2PRO board which doesn't come with a microdrive and for my research SWAP is a must. :-) However, I shall add a NOTE in the article mentioning the same. Thanks a lot, -Ameet Grant

Xilinx SystemACE driver for 2.6

2006-07-01 Thread David H. Lynch Jr.
Andrei Konovalov wrote: I use this version only because I want to implement the Temac driver in the link of http://ozlabs.org/pipermail/linuxppc-embedded/2006-March/022365.html It looks that the patches are specific for that version. There is nothing special in the TEMAC driver

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Ameet Patil
Hi Ming, Ming Liu wrote: Hi friend, I have tried your patch for SystemACE. Unfortunately, it looks that I got some problem. I applied the patch and compile the kernel. There are some XPAR_... parameters defination missing. So I include the xpamameters header file( I use the

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Ming Liu
Hello Ameet, Do you have a Xilinx ML403 board? Yes, I have ML403 board. The reason why I rename the xparameters_ml300 as xparameters_ml403 is that EDK generates the driver for ML300(the xparameter header file is xparameters_ml300). Does your kernel boot (show messages) without the SystemACE

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Andrei Konovalov
Ming Liu wrote: My linux version is 2.6.16-rc5. I don't think there is any issue with your kernel version apart from the fact that 2.6.16- series posed considerable problem for me when trying to configure a serial shell. The serial driver is BUGGY. So I use 2.6.17.1 (latest release). I use

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Ameet Patil
Here is PART I of the article: http://www.linux.get2knowmore.com/2006/06/30/quick-guide-linux-26-on-xilinx-virtex-ii-pro-boards-part-i/ Let me know if you get messages at boot time after following the above... PART II we be posted shortly! -Ameet Ming Liu wrote: Hello Ameet, Do you have a

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Grant Likely
On 6/30/06, Ameet Patil ammubhai at gmail.com wrote: Here is PART I of the article: http://www.linux.get2knowmore.com/2006/06/30/quick-guide-linux-26-on-xilinx-virtex-ii-pro-boards-part-i/ Let me know if you get messages at boot time after following the above... Quick comment on your article;

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Ming Liu
Subject: Re: Xilinx SystemACE driver for 2.6 Date: Fri, 30 Jun 2006 14:02:28 -0600 On 6/30/06, Ameet Patil ammubhai at gmail.com wrote: Here is PART I of the article: http://www.linux.get2knowmore.com/2006/06/30/quick-guide-linux-26-on-xilinx-virtex-ii-pro-boards-part-i/ Let me know if you get

Xilinx SystemACE driver for 2.6

2006-06-30 Thread Ming Liu
Hi friend, I have tried your patch for SystemACE. Unfortunately, it looks that I got some problem. I applied the patch and compile the kernel. There are some XPAR_... parameters defination missing. So I include the xpamameters header file( I use the xparameters_ml300 which was generated by EDK

Xilinx SystemACE driver for 2.6

2006-06-29 Thread sudheer
Hi Ameet, Your mail is not clear. Ameet Patil wrote: Hi, I have ported System Ace driver from 2.4 to 2.6. Hope you have ported System Ace Driver from 2.4 to 2.6. Please post the patch soon. Or else you are asking the group for patch to port it. Please make it clear. I am looking for

Xilinx SystemACE driver for 2.6

2006-06-29 Thread Ameet Patil
Here is the patch containing the SysAce driver for 2.6 Linux kernel. http://www.cs.york.ac.uk/rtslab/demos/amos/xupv2pro/patches/linuxppc-2.6.17_sysace.patch Please test it and let me know in case of any issues! cheers, -Ameet Ameet Patil wrote: Hi, I have ported System Ace driver from

Xilinx SystemACE driver for 2.6

2006-06-29 Thread Ameet Patil
Hi Sudheer, Sorry, I ate my words there. I meant - I shall soon be posting a patch that contains my port of the SystemAce driver for 2.6 kernel. -Ameet sudheer wrote: Hi Ameet, Your mail is not clear. Ameet Patil wrote: Hi, I have ported System Ace driver from 2.4 to 2.6. Hope

Xilinx SystemACE driver for 2.6

2006-06-28 Thread Ameet Patil
Hi, I have ported System Ace driver from 2.4 to 2.6. Please post the patch soon. -Ameet

Xilinx SystemACE driver for 2.6

2006-06-14 Thread G.Muruganandam
Hello g, I am looking for the answer to your question regarding the System ACE driver under 2.6 posted in the linuxppc-embedded at ozlabs.org. Pl let me know whether it is ported to 2.6. If yes, Would it be possible to share the source code? Looking forward to hear from you. Thanks

Xilinx SystemACE driver for 2.6

2005-09-07 Thread Jeff Angielski
On Tue, 2005-09-06 at 18:26 +, Grant Likely wrote: Has anybody ported the SystemACE driver from 2.4 to 2.6 yet? If so, where can I pull a patch from? Otherwise I'll start work on it. Along these lines, has anybody done any work to improve the overall performance of the driver? What kind

Xilinx SystemACE driver for 2.6

2005-09-06 Thread Grant Likely
Has anybody ported the SystemACE driver from 2.4 to 2.6 yet? If so, where can I pull a patch from? Otherwise I'll start work on it. Thanks, g.