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
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
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
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
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
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();
>
>
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
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
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
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
- 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.
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
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
> -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:
> >
> >> -
> -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:
>-- 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
>
>
> 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
>-- 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
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
> -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
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
21 matches
Mail list logo