
On Aug 1, 2011, at 1:23 AM, Kumar Gala wrote:
From: Mingkai Hu Mingkai.hu@freescale.com
Add support for RGMII, SGMII and XAUI Ethernet on P2041RDB board.
The five dTSEC can be routed to two on-board RGMII phy, three on-board SGMII phy or four SGMII phy on SGMII riser card according to different serdes protocol configuration and board lane configuration. Also updated the device tree to direct the Fmac MAC to the correct PHY.
Removed CONFIG_SYS_FMAN_FW as its not used anywhere.
Signed-off-by: Mingkai Hu Mingkai.hu@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
board/freescale/p2041rdb/Makefile | 1 + board/freescale/p2041rdb/eth.c | 225 +++++++++++++++++++++++++++++++++++ board/freescale/p2041rdb/p2041rdb.c | 4 + include/configs/P2041RDB.h | 6 +- 4 files changed, 235 insertions(+), 1 deletions(-) create mode 100644 board/freescale/p2041rdb/eth.c
applied to 85xx next
- k