From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:35:05 -0800 Subject: [U-Boot] [PATCH 1/5] powerpc/b4860qds: add xfi support In-Reply-To: <1415849179-6621-1-git-send-email-shh.xie@gmail.com> References: <1415849179-6621-1-git-send-email-shh.xie@gmail.com> Message-ID: <5481DEB9.8060208@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/12/2014 07:26 PM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > We need following changes to make xfi work on B4: > 1. set cross-point switch VSC3308 to use sfp config when running xfi; > 2. add 10G interface check for xfi; > 3. set phy address for xfi so the 10G ports can be registered by mdio; > > Signed-off-by: Shaohui Xie > --- > board/freescale/b4860qds/b4860qds.c | 40 +++++++++++++++++++++++++++------ > board/freescale/b4860qds/eth_b4860qds.c | 6 +++++ > drivers/net/fm/b4860.c | 4 +++- > 3 files changed, 42 insertions(+), 8 deletions(-) Applied to u-boot-mpc85xx, awaiting upstream. York