]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for Freescale SGMII Riser Card
authorAndy Fleming <afleming@freescale.com>
Sun, 31 Aug 2008 21:33:28 +0000 (16:33 -0500)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 3 Sep 2008 04:18:15 +0000 (21:18 -0700)
commit652f7c2eef76a1340928bd660845441e932d86a2
treec5812ea5bf44adde7fd7d53537f86fa2161e813f
parent2abe361c03b43e6dcf68f54e96b5c05156c49284
Add support for Freescale SGMII Riser Card

The 8544DS and 8572DS systems have an optional SGMII riser card which
exposes new ethernet ports which are connected to the eTSECs via an
SGMII interface.  The SGMII PHYs for this board are offset from the standard
PHY addresses, so this code modifies the passed in tsec_info structure to
use the SGMII PHYs on the card, instead.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
board/freescale/common/Makefile
board/freescale/common/sgmii_riser.c [new file with mode: 0644]
board/freescale/common/sgmii_riser.h [new file with mode: 0644]
include/configs/MPC8544DS.h