Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Ben Warren
Hi Victor, Victor Gallardo wrote: > Hi Stefan and Ben, > > I saw what Andy Fleming's did. This is a bit to much work for what I > have time for. > > I understand completely. > I aggree, we need to take baby steps.. > > For now I'll change PHY-less to Fixed PHY and update some style issues. > >

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Victor Gallardo
lto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 8:34 AM To: Ben Warren Cc: u-boot@lists.denx.de; Victor Gallardo Subject: Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY On Thursday 04 September 2008, Ben Warren wrote: > I like the idea very much, bu

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Stefan Roese
On Thursday 04 September 2008, Ben Warren wrote: > I like the idea very much, but am not sure about the implementation. > This problem has been around for a while (just search the archives for > people wondering how to deal with a switch chip connected via rvMII or > whatever). The trickiest part

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Ben Warren
Hi Stefan and Victor, Stefan Roese wrote: > On Wednesday 03 September 2008, Victor Gallardo wrote: > >> This patch adds GPCS, SGMII and M88E1112 PHY support >> for the AMCC PPC460GT/EX processors. >> >> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> >> --- >> > > A good idea is to keep

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
>> + >> +/* >> + * CFG_PHY_LESS_PORTS tells us about ethernet ports that have no PHY >> + * attached to them. >> + */ >> +#ifndef CFG_PHY_LESS_PORTS >> +#define CFG_PHY_LESS_PORTS >> +#endif >> + >> +struct phy_less_port { >> +unsigned int devnum;/* ethernet port */ >> +unsigned int sp

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
3 AM To: u-boot@lists.denx.de Cc: Victor Gallardo; Ben Warren Subject: Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY On Wednesday 03 September 2008, Victor Gallardo wrote: > This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC > PPC460

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Stefan Roese
On Wednesday 03 September 2008, Victor Gallardo wrote: > This patch adds GPCS, SGMII and M88E1112 PHY support > for the AMCC PPC460GT/EX processors. > > Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> > --- A good idea is to keep a history of what changed in the patch revisions here in this ar

[U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-02 Thread Victor Gallardo
This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_enet.c | 162 - cpu/ppc4xx/miiphy.c | 41 - include/ppc4xx_enet.h |3