]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p2041rdb: Add ethernet support on P2041RDB board
authorMingkai Hu <Mingkai.hu@freescale.com>
Tue, 19 Jul 2011 08:20:13 +0000 (16:20 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 30 Sep 2011 00:01:05 +0000 (19:01 -0500)
commit0787ecc01f24d62b2563592b75b8dc59e6134668
tree8e235dc269ada7ed6cd5c6e93f26ebf9b01d584c
parentfe1a1da038c7ba7919ab187ba4c2a797cb0853aa
powerpc/p2041rdb: Add ethernet support on P2041RDB board

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
board/freescale/p2041rdb/eth.c [new file with mode: 0644]
board/freescale/p2041rdb/p2041rdb.c
include/configs/P2041RDB.h