]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t104xrdb: Add basic ethernet support
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Thu, 30 Jan 2014 06:00:04 +0000 (11:30 +0530)
committerYork Sun <yorksun@freescale.com>
Mon, 3 Feb 2014 16:38:49 +0000 (08:38 -0800)
commit714fd406daab6a98b2ee8d301c4888c113fdd818
treef2e6e4177187130793f40459cb47971c691516ce
parenta4f7cba64e1f7b61b174c3cc480f389b002a0ff8
powerpc/t104xrdb: Add basic ethernet support

This covers only non-L2 switch ethernet interfaces i.e.
RGMII and SGMII interface for both T1040RDB and 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 <poonam.aggrwal@freescale.com>
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
[York Sun: Minor change in commit message]
Signed-off-by: York Sun <yorksun@freescale.com>
board/freescale/t104xrdb/Makefile
board/freescale/t104xrdb/eth.c [new file with mode: 0644]
include/configs/T1040RDB.h
include/configs/T1042RDB_PI.h