* [kernel-2.6.19]Marvell GT-64260 and Ethernet
@ 2007-07-10 6:36 ThomasB
2007-07-10 13:14 ` Matt Sealey
2007-07-10 13:22 ` Dale Farnsworth
0 siblings, 2 replies; 8+ messages in thread
From: ThomasB @ 2007-07-10 6:36 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 446 bytes --]
Hi all,
I'm porting a Linux kernel 2.6.19 on a PowerPC 750 FX board.
My Linux runs completely except for Ethernet. I don't find any Ethernet
driver for my bridge. Do you know if there is an Ethernet driver for the
Marvell GT-64260 bridge for PowerPC processor. I found a GT-64260 ethernet
driver in the kernel 2.4.34 for MIPS processor, will it be possible to port
it in a 2.6 kernel?
Thanks for you help.
--
ThomasB
http://psyphi.zeblog.com/
[-- Attachment #2: Type: text/html, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 6:36 [kernel-2.6.19]Marvell GT-64260 and Ethernet ThomasB
@ 2007-07-10 13:14 ` Matt Sealey
2007-07-12 14:50 ` Brian Waite
2007-07-10 13:22 ` Dale Farnsworth
1 sibling, 1 reply; 8+ messages in thread
From: Matt Sealey @ 2007-07-10 13:14 UTC (permalink / raw)
To: ThomasB; +Cc: linuxppc-embedded
Isn't the ethernet the same on the 64260, 64360, 64460?
There's definitely a driver for 6436x and above..
--
Matt Sealey <matt@genesi-usa.com>
Genesi, Manager, Developer Relations
ThomasB wrote:
> Hi all,
> I'm porting a Linux kernel 2.6.19 on a PowerPC 750 FX board.
> My Linux runs completely except for Ethernet. I don't find any Ethernet
> driver for my bridge. Do you know if there is an Ethernet driver for the
> Marvell GT-64260 bridge for PowerPC processor. I found a GT-64260
> ethernet driver in the kernel 2.4.34 for MIPS processor, will it be
> possible to port it in a 2.6 kernel?
> Thanks for you help.
>
>
> --
> ThomasB
> http://psyphi.zeblog.com/ <http://psyphi.zeblog.com/>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 6:36 [kernel-2.6.19]Marvell GT-64260 and Ethernet ThomasB
2007-07-10 13:14 ` Matt Sealey
@ 2007-07-10 13:22 ` Dale Farnsworth
2007-07-10 13:41 ` ThomasB
1 sibling, 1 reply; 8+ messages in thread
From: Dale Farnsworth @ 2007-07-10 13:22 UTC (permalink / raw)
To: psyphi, Linuxppc-embedded
> I'm porting a Linux kernel 2.6.19 on a PowerPC 750 FX board.
> My Linux runs completely except for Ethernet. I don't find any Ethernet
> driver for my bridge. Do you know if there is an Ethernet driver for the
> Marvell GT-64260 bridge for PowerPC processor. I found a GT-64260 ethernet
> driver in the kernel 2.4.34 for MIPS processor, will it be possible to port
> it in a 2.6 kernel?
I believe that Steve Hill <sjhill@realitydiluted.com> has patched
the mv643xx_eth driver to work with the 64260 and plans to submit
the patches.
-Dale
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 13:22 ` Dale Farnsworth
@ 2007-07-10 13:41 ` ThomasB
2007-07-10 13:50 ` Dale Farnsworth
2007-07-10 13:51 ` Mark A. Greer
0 siblings, 2 replies; 8+ messages in thread
From: ThomasB @ 2007-07-10 13:41 UTC (permalink / raw)
To: Dale Farnsworth; +Cc: Linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
>Isn't the ethernet the same on the 64260, 64360, 64460?
>
> There's definitely a driver for 6436x and above..
I just try it, it doesn't work, I receive without end the message:
mv643xx PHY read timeout, port 0
> I believe that Steve Hill <sjhill@realitydiluted.com> has patched
> the mv643xx_eth driver to work with the 64260 and plans to submit
> the patches.
That's means the patch isn't yet ready?
I will try to contact him.
It's nevertheless odd, I read about a file named gt64260_eth.c during my
search on the internet.But I wasn't able to find it :(.
Thanks for you help
--
ThomasB
http://psyphi.zeblog.com/
[-- Attachment #2: Type: text/html, Size: 820 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 13:41 ` ThomasB
@ 2007-07-10 13:50 ` Dale Farnsworth
2007-07-10 13:51 ` Mark A. Greer
1 sibling, 0 replies; 8+ messages in thread
From: Dale Farnsworth @ 2007-07-10 13:50 UTC (permalink / raw)
To: ThomasB; +Cc: Linuxppc-embedded
On Tue, Jul 10, 2007 at 03:41:25PM +0200, ThomasB wrote:
> It's nevertheless odd, I read about a file named gt64260_eth.c during my
> search on the internet.But I wasn't able to find it :(.
It was in the (now obsolete) linuxppc_2_4_devel kernel. I can send
you a copy, but a merged mv64x60 driver will be much better.
-Dale
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 13:41 ` ThomasB
2007-07-10 13:50 ` Dale Farnsworth
@ 2007-07-10 13:51 ` Mark A. Greer
1 sibling, 0 replies; 8+ messages in thread
From: Mark A. Greer @ 2007-07-10 13:51 UTC (permalink / raw)
To: ThomasB; +Cc: Linuxppc-embedded
On Tue, Jul 10, 2007 at 03:41:25PM +0200, ThomasB wrote:
> >Isn't the ethernet the same on the 64260, 64360, 64460?
> >
> >There's definitely a driver for 6436x and above..
>
> I just try it, it doesn't work, I receive without end the message:
> mv643xx PHY read timeout, port 0
>
> >I believe that Steve Hill <sjhill@realitydiluted.com> has patched
> >the mv643xx_eth driver to work with the 64260 and plans to submit
> >the patches.
> That's means the patch isn't yet ready?
It probably means you don't something set up for whatever PHY you're
using.
> I will try to contact him.
A good idea.
> It's nevertheless odd, I read about a file named gt64260_eth.c during my
> search on the internet.But I wasn't able to find it :(.
There was one for 2.4 that was in the ppc devel tree but it never went
mainline. Hopefully, Steve can help you from here.
Mark
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
@ 2007-07-10 16:52 Muruga Ganapathy
0 siblings, 0 replies; 8+ messages in thread
From: Muruga Ganapathy @ 2007-07-10 16:52 UTC (permalink / raw)
To: Mark A. Greer, ThomasB, Linuxppc-embedded
You need to check the phy address and the type of the PHY used.
If it is not there/or supported, you may want to include them.
> On Tue, Jul 10, 2007 at 03:41:25PM +0200, ThomasB wrote:
> > >Isn't the ethernet the same on the 64260, 64360, 64460?
> > >
> > >There's definitely a driver for 6436x and above..
> >
> > I just try it, it doesn't work, I receive without end the message:
> > mv643xx PHY read timeout, port 0
> >
> > >I believe that Steve Hill <sjhill@realitydiluted.com> has patched
> > >the mv643xx_eth driver to work with the 64260 and plans to submit
> > >the patches.
> > That's means the patch isn't yet ready?
>
> It probably means you don't something set up for whatever PHY you're
> using.
>
> > I will try to contact him.
>
> A good idea.
>
> > It's nevertheless odd, I read about a file named gt64260_eth.c
during my
> > search on the internet.But I wasn't able to find it :(.
>
> There was one for 2.4 that was in the ppc devel tree but it never went
> mainline. Hopefully, Steve can help you from here.
>
> Mark
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
*************************************************************
GDA Technologies, Inc.
1010 Rincon Circle
San Jose CA, 95131
Phone (408) 432-3090
Fax (408) 432-3091
Accelerate Your Innovation
**************************************************************
=====
This message contains information from GDA Technologies Inc and
affiliates, and is intended for the sole use of the individual and
entity to whom it is addressed. It may contain information, including
any attachments, that is privileged, confidential and exempt from
disclosure under applicable law. If you are not the intended addressee,
nor authorized to receive for the intended addressee, you are hereby
notified that you may not use, copy, disclose or distribute to anyone
the message or any information contained in the message. If you have
received this electronic transmission in error, please notify the
sender immediately by a "reply to sender only" message and destroy all
electronic and hard copies of the communication, including attachments.
====
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [kernel-2.6.19]Marvell GT-64260 and Ethernet
2007-07-10 13:14 ` Matt Sealey
@ 2007-07-12 14:50 ` Brian Waite
0 siblings, 0 replies; 8+ messages in thread
From: Brian Waite @ 2007-07-12 14:50 UTC (permalink / raw)
To: linuxppc-embedded
On Tuesday 10 July 2007, Matt Sealey wrote:
> Isn't the ethernet the same on the 64260, 64360, 64460?
>
> There's definitely a driver for 6436x and above..
There was some work done back in the early 2.6 timeframe to make a unified
360/260 driver. I worked on in a while ago (2+ years) I think the reason you
don't see it in the tree, is because we all stopped using the 260 and went to
the 360 as fast as possible.
gt64260_eth.c ill not jus work. A lot of work (Mark Greer etc) was done in
refactoring most of the Marvell support from 2.4->2.6. You might get away
with setting up the platfrom correctly for the 260. Check out the ppc/syslib
directory. You might find some clues there,
Thanks
Brian
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-07-12 15:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 6:36 [kernel-2.6.19]Marvell GT-64260 and Ethernet ThomasB
2007-07-10 13:14 ` Matt Sealey
2007-07-12 14:50 ` Brian Waite
2007-07-10 13:22 ` Dale Farnsworth
2007-07-10 13:41 ` ThomasB
2007-07-10 13:50 ` Dale Farnsworth
2007-07-10 13:51 ` Mark A. Greer
-- strict thread matches above, loose matches on Subject: below --
2007-07-10 16:52 Muruga Ganapathy
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).