]> git.sur5r.net Git - u-boot/commit
tsec: Convert tsec to use PHY Lib
authorAndy Fleming <afleming@freescale.com>
Fri, 8 Apr 2011 07:10:54 +0000 (02:10 -0500)
committerAndy Fleming <afleming@freescale.com>
Wed, 20 Apr 2011 20:09:34 +0000 (15:09 -0500)
commit063c12633d5ad74d52152d9c358e715475e17629
tree872f1bfe0cd0eb14eb38bdb51e1351c064d98dc4
parent9082eeac5de1335d663016668c9b89c290f5c79b
tsec: Convert tsec to use PHY Lib

This converts tsec to use the new PHY Lib.  All of the old PHY support
is ripped out.  The old MDIO driver is split off, and placed in
fsl_mdio.c.  The initialization is modified to initialize the MDIO
driver as well.  The powerpc config file is modified to configure PHYLIB
if TSEC_ENET is configured.

Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Detlev Zundel <dzu@denx.de>
14 files changed:
arch/powerpc/include/asm/config.h
arch/powerpc/include/asm/fsl_enet.h
board/freescale/mpc837xemds/mpc837xemds.c
board/freescale/mpc8536ds/mpc8536ds.c
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/p1022ds/p1022ds.c
board/freescale/p1_p2_rdb/p1_p2_rdb.c
board/freescale/p2020ds/p2020ds.c
drivers/net/Makefile
drivers/net/fsl_mdio.c [new file with mode: 0644]
drivers/net/tsec.c
include/fsl_mdio.h [new file with mode: 0644]
include/tsec.h