[U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link

Ben Warren biggerbadderben at gmail.com
Fri Aug 21 19:35:12 CEST 2009


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 <ptyser at xes-inc.com>
> ---
>   
Applied to net repo.

thanks,
Ben


More information about the U-Boot mailing list