From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:17:24 -0800 Subject: [U-Boot] [PATCH][v2] powerpc/t104xrdb: Add basic ethernet support In-Reply-To: <1391061604-24036-1-git-send-email-Priyanka.Jain@freescale.com> References: <1391061604-24036-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <52EFF954.9010909@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 01/29/2014 10:00 PM, Priyanka Jain wrote: > This covers only non-L2 switch ethernet interfaces i.e. > RGMII and SGMII interface for both > -T1040RDB > -T1042RDB_PI > > T1040RDB is configured as serdes protocol 0x66 which can > support following interfaces > -2 RGMIIS on DTSEC4, DTSEC5 > -1 SGMII on DTSEC3 > > T1042RDB_PI is configured as serdes protocol 0x06 which can > support following interfaces > -2 RGMIIS on DTSEC4, DTSEC5 > > > Signed-off-by: Poonam Aggrwal > Signed-off-by: Priyanka Jain > --- > Changes for v2: > Initialized phy_addr to remove compilation warning. > > Applied to u-boot-mpc85xx master branch. York