From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 09:46:27 -0800 Subject: [U-Boot] [PATCH 1/4] net/fm: add 2.5G SGMII support In-Reply-To: <1414056057-11501-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1414056057-11501-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5474C073.5060705@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 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: Shengzhou Liu > --- > arch/powerpc/include/asm/fsl_serdes.h | 16 ++++++++++++++++ > drivers/net/fm/eth.c | 16 ++++++++++++---- > include/phy.h | 2 ++ > 3 files changed, 30 insertions(+), 4 deletions(-) > Applied to u-boot-mpc85xx master. Awaiting upstream. Thanks. York