From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 09:58:59 -0800 Subject: [U-Boot] [PATCH 1/9 v2] net/fm: add 2.5G SGMII support In-Reply-To: <1416820321-43623-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1416820321-43623-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5474C363.4090906@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > As auto-negotiation is not supported for 2.5G SGMII, we need > to add a new type PHY_INTERFACE_MODE_SGMII_2500 to differentiate > SGMII-1G and SGMII-2.5G with different setting for auto-negotiation. > > Signed-off-by: Shaohui Xie > Signed-off-by: Shengzhou Liu > --- > v2: no change > v1 patch has been accepted. No action is needed for this one. York