From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 21 Aug 2009 10:35:12 -0700 Subject: [U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link In-Reply-To: <1233782045-488-1-git-send-email-ptyser@xes-inc.com> References: <1233782045-488-1-git-send-email-ptyser@xes-inc.com> Message-ID: <4A8EDAD0.1010508@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Peter Tyser wrote: > Previously, waiting for auto-negotiation would only occur if a valid > link had been detected. Problems arose when attempting to use a > tsec immediately after bootup but before link was achieved, eg: > => dhcp > Auto-neg error, defaulting to 10BT/HD > eTSEC1: No link. > Auto-neg error, defaulting to 10BT/HD > eTSEC2: No link. > => > > With this patch applied the same operation as above resulted in: > => dhcp > Waiting for PHY auto negotiation to complete. done > Enet starting in 1000BT/FD > Speed: 1000, full duplex > > Signed-off-by: Peter Tyser > --- > Applied to net repo. thanks, Ben