From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:13:26 -0800 Subject: [U-Boot] [U-Boot, 2/2, v2] boards/t1040qds: Adds ethernet support for T1040 In-Reply-To: <1390818320-16442-1-git-send-email-prabhakar@freescale.com> References: <1390818320-16442-1-git-send-email-prabhakar@freescale.com> Message-ID: <52EFF866.7090005@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/27/2014 02:25 AM, Prabhakar Kushwaha wrote: > Enable entherent for T1040QDS. It enables FM1 at DTSEC3, FM1 at DTSEC4, FM1 at DTSEC5 > - Define MDIO related configs > - Added eth.c file > - Update t1040.c to support RGMII and SGMII > - Update t1040qds.c to support ethernet > - Define the PHY address > > Signed-off-by: Arpit Goel > Signed-off-by: Bhupesh Sharma > Signed-off-by: Poonam Aggrwal > Signed-off-by: Priyanka Jain > Signed-off-by: Prabhakar Kushwaha > > --- > Changes for v2: > - Added missed sign off > Applied to u-boot-mpc85xx master branch. York