From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:35:55 -0800 Subject: [U-Boot] [PATCH 3/5] B4860QDS: Enable SFP or AMC on basis of hwconfig string In-Reply-To: <1415849252-23470-1-git-send-email-shh.xie@gmail.com> References: <1415849252-23470-1-git-send-email-shh.xie@gmail.com> Message-ID: <5481DEEB.3050203@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:27 PM, shh.xie at gmail.com wrote: > From: Suresh Gupta > > SerDes2 lanes EFGH either go to SFP or AMC riser card slot2. > By default AMC will be configured even if no hwconfig is specified. > > To enable XFI via SFP use the below hwconfig: > fsl_b4860_serdes2:sfp_amc=sfp > > Signed-off-by: Suresh Gupta > Signed-off-by: Poonam Aggrwal > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx, awaiting upstream. York