From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 02 Dec 2010 10:50:12 -0600 Subject: [U-Boot] [PATCH] tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII In-Reply-To: <1291266273-22612-1-git-send-email-galak@kernel.crashing.org> References: <1291266273-22612-1-git-send-email-galak@kernel.crashing.org> Message-ID: <1291308612.20072.447.camel@petert> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kumar, > Signed-off-by: Kumar Gala Acked-by: Peter Tyser Tested-by: Peter Tyser > index e0a1fa4..9d87eaf 100644 > --- a/include/configs/xpedite537x.h > +++ b/include/configs/xpedite537x.h > @@ -375,6 +375,12 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); > #define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ > #define CONFIG_ETHPRIME "eTSEC2" Would you mind adding a comment along the lines of the following to xpedite537x.h and xpedite550x.h above the CONFIG_TSEC_TBICR_SETTINGS define?: /* * In-band SGMII auto-negotiation between TBI and BCM5482S PHY fails, force * 1000mbps SGMII link */ > +#define CONFIG_TSEC_TBICR_SETTINGS ( \ > + TBICR_PHY_RESET \ > + | TBICR_FULL_DUPLEX \ > + | TBICR_SPEED1_SET \ > + ) > + Thanks, Peter