Re: [U-Boot] [PATCH 1/4] net/fm: add 2.5G SGMII support

2014-11-25 Thread York Sun
On 10/23/2014 02:20 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: She

Re: [U-Boot] [PATCH 1/4] net/fm: add 2.5G SGMII support

2014-10-23 Thread shengzhou....@freescale.com
> -Original Message- > From: Shengzhou Liu [mailto:shengzhou@freescale.com] > Sent: Thursday, October 23, 2014 5:21 PM > To: u-boot@lists.denx.de; Sun York-R58495 > Cc: Liu Shengzhou-B36685; Xie Shaohui-B21989 > Subject: [PATCH 1/4] net/fm: add 2.5G SGMII support [Shengzhou] This is a

[U-Boot] [PATCH 1/4] net/fm: add 2.5G SGMII support

2014-10-23 Thread Shengzhou Liu
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 --- arch/powerpc/include/asm/fsl_serdes.h |