From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 29 Oct 2007 20:33:55 +0100 Subject: [U-Boot-Users] [PATCH] PPC4xx: Add Ethernet 1000BASE-X support for PPC4xx In-Reply-To: <472611C8.4050107@arlinx.com> References: <472611C8.4050107@arlinx.com> Message-ID: <200710292033.56000.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 29 October 2007, Larry Johnson wrote: > This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol > is defined, the PHY will advertise it's capabilities for autonegotiation > based on the capabilities shown in the PHY's status registers, including > 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will > advertise hard-coded capabilities, as before. > > Signed-off-by: Larry Johnson > diff --git a/cpu/ppc4xx/miiphy.c b/cpu/ppc4xx/miiphy.c > index 6b98025..55d777f 100644 > --- a/cpu/ppc4xx/miiphy.c > +++ b/cpu/ppc4xx/miiphy.c > @@ -39,6 +39,9 @@ > > | 19-Jul-00 Ported to esd cpci405 sr > | 23-Dec-03 Ported from miiphy.c to 440GX Travis Sawyer TBS > | > > + | 20-Oct-07 Added support for autonegotiation base on reported > lrj + | capabilities, including 1000BASE-X. Larry Johnson > + | Please don't add commit logs to the source files. I know it has been done before, but we use git to maintain such change messages. If you like you can remove the older change messages too in your next patch version. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================