Re: Xilinx PowerPC

2008-05-18 Thread Grant Likely
On Sun, May 18, 2008 at 10:18 PM, Yoshio Kashiwagi <[EMAIL PROTECTED]> wrote: > David-san, > > I posted this source code so that usage of SDMA could be shared. > Probably this code will be able to be used also by Virtex-5 FXT. > Since this source code is a reference level and start point as you > s

Re: Xilinx PowerPC

2008-05-18 Thread Yoshio Kashiwagi
David-san, I posted this source code so that usage of SDMA could be shared. Probably this code will be able to be used also by Virtex-5 FXT. Since this source code is a reference level and start point as you say, it is happy that it is maintainable with people of this ML. I'll leave it in your han

Re: Xilinx PowerPC

2008-05-18 Thread Grant Likely
On Sun, May 18, 2008 at 9:27 PM, David H. Lynch Jr. <[EMAIL PROTECTED]> wrote: > I am preparing my own version of Yoshio's driver. Since most of my > changes are re-ordering, renaming, or other items of small consequence, > I will leave Yoshio as the author - unless he prefers otherwise. > > I hope

Re: Xilinx PowerPC

2008-05-18 Thread David H. Lynch Jr.
I am preparing my own version of Yoshio's driver. Since most of my changes are re-ordering, renaming, or other items of small consequence, I will leave Yoshio as the author - unless he prefers otherwise. I hope to have it ready to submit as a patch in a few days. If Yoshio is unhappy with any of t

Re: Xilinx PowerPC

2008-05-17 Thread Yoshio Kashiwagi
David-san, This driver must add some corrections, for example, Checksum-offloading is incomplete as you say it. As for me, it is very happy to obtain your cooperation. Let me know if I can be of any work for it. Moreover, although I wrote the xps_ll_temac driver for u-boot of a very simple singl

Re: Xilinx PowerPC

2008-05-17 Thread David H. Lynch Jr.
eue_len = 0; > dev->change_mtu = xps_ll_temac_changemtu; > > sdma_reg_write(lp, DMA_CONTROL_REG, 1); > > printk(KERN_INFO "%s: Xilinx Embedded Tri-Mode Ethernet MAC\n", dev- > >> name); >> > xps_ll_temac_init_descriptor(); > >

Re: Xilinx PowerPC

2008-04-23 Thread David H. Lynch Jr.
Thanks alot. On quick review this looks great. I will see if I can get it working for me this weekend. Yoshio Kashiwagi wrote: > Hi, > > I am writing the Non-Xilinx XPS_LL_TEMAC driver. > Checksum offloading is incomplete although NAPI and KGDBOE are supported. > Basic operation is working on ED

Re: Xilinx PowerPC

2008-04-23 Thread David H. Lynch Jr.
e > > (sorry for the double post, if it happens but it seems that my last > e-mail was blank per my records.) > > -Original Message- > From: David H. Lynch Jr. [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 20, 2008 7:49 PM > To: Grant Likely > Cc: linuxppc-embedde

Re: Xilinx PowerPC

2008-04-22 Thread Yoshio Kashiwagi
f(void *), GFP_KERNEL); if (!xps_ll_temacs) return -ENOMEM; spin_lock_init(&dev_lock); spin_lock_init(&rcv_lock); spin_lock_init(&xmt_lock); if((err = xps_ll_temac_init_one(0))) xps_ll_temac_free_one(0); return err; } static void __exit x

RE: Xilinx PowerPC

2008-04-22 Thread Koss, Mike (Mission Systems)
at it. -- Mike (sorry for the double post, if it happens but it seems that my last e-mail was blank per my records.) -Original Message- From: David H. Lynch Jr. [mailto:[EMAIL PROTECTED] Sent: Sunday, April 20, 2008 7:49 PM To: Grant Likely Cc: linuxppc-embedded Subject: Re: Xilinx

Re: Xilinx PowerPC

2008-04-20 Thread David H. Lynch Jr.
- when your server is up. >> >> I can not find any Xilinx powerpc configs in arch/powerpc/config >> Do I just need to do a >> make ARCH=powerpc menuconfig and create one from scratch ? >> > > That's right; I haven't merged any defconfigs.

RE: Xilinx PowerPC

2008-03-03 Thread Stephen Neuendorffer
bit swamped at the moment. Steve > -Original Message- > From: Michal Simek [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 02, 2008 10:25 AM > To: Stephen Neuendorffer > Cc: David H. Lynch Jr.; Grant Likely; linuxppc-embedded > Subject: Re: Xilinx PowerPC > > Hi Al

Re: Xilinx PowerPC

2008-03-02 Thread Michal Simek
Hi All, > http://git.xilinx.com/gen-mhs-devtree.git contains two utilities for > generating device trees from EDK projects. The older option is a python > script, originally written by Grant. The newer (and probably more > mature at this point) option is an EDK BSP generator for u-boot, > origin

RE: Xilinx PowerPC

2008-02-22 Thread Stephen Neuendorffer
> -Original Message- > From: David H. Lynch Jr. [mailto:[EMAIL PROTECTED] > Sent: Friday, February 22, 2008 1:51 PM > To: Stephen Neuendorffer > Cc: linuxppc-embedded > Subject: Re: Xilinx PowerPC > > Stephen Neuendorffer wrote: > > > >> -

RE: Xilinx PowerPC

2008-02-22 Thread Stephen Neuendorffer
> -Original Message- > From: Alan Casey [mailto:[EMAIL PROTECTED] > Sent: Friday, February 22, 2008 10:58 AM > To: Stephen Neuendorffer; Grant Likely > Cc: linuxppc-embedded > Subject: RE: Xilinx PowerPC > > > >-- Original Message -- > >Subject: RE:

RE: Xilinx PowerPC

2008-02-22 Thread Alan Casey
>-- Original Message -- >Subject: RE: Xilinx PowerPC >Date: Fri, 22 Feb 2008 10:11:19 -0800 >From: "Stephen Neuendorffer" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, > "Grant Likely" <[EMAIL PROTECTED]> >Cc: linuxppc-embedded >

RE: Xilinx PowerPC

2008-02-22 Thread Stephen Neuendorffer
> > Hi, > > Just wondering - is it possible to use U-Boot on the Xilinx XUPV2PRO > board or any similar tools (such as libfdt?) to copy a Linux kernel and > > ramdisk filesystem from a SystemACE card to memory, uncompress them and > > boot the Linux kernel etc?? If so is there any notes

Re: Xilinx PowerPC

2008-02-22 Thread Alan Casey
>-- Original Message -- >Date: Thu, 21 Feb 2008 12:02:21 -0700 >From: "Grant Likely" <[EMAIL PROTECTED]> >To: "Stephen Neuendorffer" <[EMAIL PROTECTED]> >Subject: Re: Xilinx PowerPC >Cc: linuxppc-embedded > > >On Thu, Feb 21, 2008 a

Re: Xilinx PowerPC

2008-02-21 Thread Grant Likely
On Thu, Feb 21, 2008 at 10:50 AM, Stephen Neuendorffer <[EMAIL PROTECTED]> wrote: > > Step 2). > > the code in arch/powerpc/ is the devicetree equvalent > to > > arch/ppc/platforms/4xx/xilinx_ml410.c > http://git.xilinx.com/linux-2.6-xlnx.git contains a prelim

RE: Xilinx PowerPC

2008-02-21 Thread Stephen Neuendorffer
> -Original Message- > From: [EMAIL PROTECTED] [mailto:linuxppc-embedded- > [EMAIL PROTECTED] On Behalf Of David H. Lynch Jr. > Sent: Wednesday, February 20, 2008 10:59 PM > To: Grant Likely; linuxppc-embedded > Subject: Xilinx PowerPC > > > So when yo

Xilinx PowerPC

2008-02-20 Thread David H. Lynch Jr.
So when you have Xilinx under powerpc working, do we pull it from your git tree or the xilinx one ? Will there be an announcement ? How about a one paragraph getting started guide to moving a xilinx ppc bsp to xilinx powerpc. Like ? step 1). Generate a