linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* RE: question about Linux 2.6 with Xilinx ML-403
@ 2006-04-12 16:49 Martin, Tim
  2006-04-12 18:44 ` Grant Likely
  0 siblings, 1 reply; 15+ messages in thread
From: Martin, Tim @ 2006-04-12 16:49 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-embedded

Grant,

I know I could probably figure this out by looking at the GIT tree
directly (which I'm planning to do) but could you summarize how much
(which devices) of the ML-403 is supported by your patches?

Serial? (which Xilinx core)

Ethernet? (Hard-Core PLB TEMAC?, Soft-Core PLB EMAC? Localink TEMAC? Is
10/100/1000 supported, or is there only 1 rate e.g. 1000 supported?)

Anything else (GPIO buttons/switches?)

Thanks,
Tim

-----Original Message-----
From: linuxppc-embedded-bounces+tmartin=3Dviasat.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+tmartin=3Dviasat.com@ozlabs.org] On
Behalf Of Grant Likely
Sent: Tuesday, April 11, 2006 9:05 PM
To: yding
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: question about Linux 2.6 with Xilinx ML-403

On 4/11/06, yding <yding@lnxw.com> wrote:
>  I just checked out Linus's GIT tree from
>
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> linux-2.6.
>
>  Where is the location for Paul's GIT tree ? Just curious ...

rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git

g.

--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
(403) 399-0195
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: question about Linux 2.6 with Xilinx ML-403
@ 2006-04-23 19:00 Chang Sun
  2006-04-24 12:32 ` Andrei Konovalov
  0 siblings, 1 reply; 15+ messages in thread
From: Chang Sun @ 2006-04-23 19:00 UTC (permalink / raw)
  To: Grant Likely, Martin, Tim; +Cc: linuxppc-embedded

Grant,=20
I checked both Torvalds' tree and Paul's tree. I see the defconfig file
for both ml300 and ml403, but I don't see any source files related to
either ml300 or ml403 under the <platforms> subdirectory. Have you done
a complete BSP for either ml300 or ml403?

Thanks,=20
Chang

-----Original Message-----
From: linuxppc-embedded-bounces+chang.sun=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+chang.sun=3Dxilinx.com@ozlabs.org] On
Behalf Of Grant Likely
Sent: Wednesday, April 12, 2006 11:45 AM
To: Martin, Tim
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: question about Linux 2.6 with Xilinx ML-403

On 4/12/06, Martin, Tim <tim.martin@viasat.com> wrote:
> Grant,
>
> I know I could probably figure this out by looking at the GIT tree
> directly (which I'm planning to do) but could you summarize how much
> (which devices) of the ML-403 is supported by your patches?
>
> Serial? (which Xilinx core)
Yes, full uart

>
> Ethernet? (Hard-Core PLB TEMAC?, Soft-Core PLB EMAC? Localink TEMAC?
Is
> 10/100/1000 supported, or is there only 1 rate e.g. 1000 supported?)

No.  I've ported the 2.4 driver, but I haven't got permission to
release it yet.  (I'm a contractor; I don't own any of the work I do)

>
> Anything else (GPIO buttons/switches?)
I've got drivers for the PS/2 & VGA, but I'm still trying to get them
released.

Cheers,
g.
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: question about Linux 2.6 with Xilinx ML-403
@ 2006-04-12 21:54 Rick Moleres
  2006-04-13  5:19 ` Grant Likely
  0 siblings, 1 reply; 15+ messages in thread
From: Rick Moleres @ 2006-04-12 21:54 UTC (permalink / raw)
  To: Grant Likely, Martin, Tim; +Cc: linuxppc-embedded


Yes, we have a driver for the PLB TEMAC (different than the GSRD LL
TEMAC) for Linux 2.4 (MontaVista Linux 2.4.20) that's shipped in EDK
8.1.1, and MontaVista is on the verge of publishing a driver for PLB
TEMAC for Linux 2.6. (I believe it came across this mailing list a few
weeks ago)

-Rick

-----Original Message-----
From: linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org] On
Behalf Of Grant Likely
Sent: Wednesday, April 12, 2006 3:25 PM
To: Martin, Tim
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: question about Linux 2.6 with Xilinx ML-403

On 4/12/06, Martin, Tim <tim.martin@viasat.com> wrote:
>
> Which 2.4 driver - there's the "Montavista" one for the softcore PLB
> EMAC, and there's also one for the hardcore PLB TEMAC that gets
> distributed with the GSRD.

The montavista softcore driver.  Has someone written a driver for the
TEMAC yet?

g.

--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
(403) 399-0195
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: question about Linux 2.6 with Xilinx ML-403
@ 2006-04-12 20:15 Martin, Tim
  2006-04-12 21:24 ` Grant Likely
  0 siblings, 1 reply; 15+ messages in thread
From: Martin, Tim @ 2006-04-12 20:15 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-embedded

> >
> > Ethernet? (Hard-Core PLB TEMAC?, Soft-Core PLB EMAC? Localink TEMAC?
Is
> > 10/100/1000 supported, or is there only 1 rate e.g. 1000 supported?)
>=20
> No.  I've ported the 2.4 driver, but I haven't got permission to
> release it yet.  (I'm a contractor; I don't own any of the work I do)
>=20

Which 2.4 driver - there's the "Montavista" one for the softcore PLB
EMAC, and there's also one for the hardcore PLB TEMAC that gets
distributed with the GSRD.

Thanks,
Tim

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <4436BD2B.9050306@lnxw.com>]

end of thread, other threads:[~2006-05-02  4:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-12 16:49 question about Linux 2.6 with Xilinx ML-403 Martin, Tim
2006-04-12 18:44 ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2006-04-23 19:00 Chang Sun
2006-04-24 12:32 ` Andrei Konovalov
2006-04-12 21:54 Rick Moleres
2006-04-13  5:19 ` Grant Likely
2006-04-12 20:15 Martin, Tim
2006-04-12 21:24 ` Grant Likely
     [not found] <4436BD2B.9050306@lnxw.com>
2006-04-07 22:18 ` Grant Likely
2006-04-12  2:11   ` yding
2006-04-12  4:04     ` Grant Likely
2006-04-12 18:09       ` yding
2006-04-12 18:46         ` Grant Likely
2006-05-01 23:15   ` yding
2006-05-02  4:09     ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).