[PATCH] ibm_newemac: Add support for GPCS, SGMII and M88E1112PHY

Victor Gallardo vgallardo at amcc.com
Mon Sep 8 15:57:49 EST 2008


Hello Benjamin,
 
On the 460EX/GT in SGMII mode, GPCS access is needed for communication with the internal SGMII SerDes. It is possible that there is still a PHY. So we need a way to access both addresses.
 
For Example on the AMCC Arches Board.
 
EMAC 0 has only a GPCS PHY (address 0xA)
EMAC 1 has M88E1112 PHY (address 0x0) and GPCS PHY (address 0xB)
EMAC 2 has M88E1112 PHY (address 0x1) and GPCS PHY (address 0xC)
 
Regards,
 
Victor Gallardo

________________________________

From: Benjamin Herrenschmidt [mailto:benh at kernel.crashing.org]
Sent: Sun 9/7/2008 5:29 PM
To: Victor Gallardo
Cc: linuxppc-dev at ozlabs.org; Feng Kan
Subject: Re: [PATCH] ibm_newemac: Add support for GPCS, SGMII and M88E1112PHY



On Fri, 2008-09-05 at 16:52 -0700, Victor Gallardo wrote:
> From: Victor Gallardo <vgallardo at amcc.com>
>
> This patch adds GPCS, SGMII and M88E1112 PHY support
> for the AMCC PPC460GT/EX processors.

So if I understand the patch correctly, either there is an *MII PHY in
which case phy_address is used, or there's a GPCS one and phy_address is
-1 and gpcs_address is used right ?

Why not instead always use phy_address, and have a flag indicating
whether it's an MII or GPCS PHY ? This would avoid the added
gpcs_read/write functions, among other things, and I believe would look
cleaner... Or am I missing something ?

Cheers,
Ben.




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20080907/2ae78c88/attachment.htm>


More information about the Linuxppc-dev mailing list