uboot-mt623x/drivers/qe
Andy Fleming b96c83d4ae Fix numerous bugs in the 8568 UEC support
Actually, fixed a large bug in the UEC for *all* platforms.
How did this ever work?

uec_init() did not follow the spec for eth_init(), and returned
0 on success.  Switch it to return the link like tsec_init()
(and 0 on error)

The immap for the 8568 was defined based on MPC8568, rather than
CONFIG_MPC8568

CONFIG_QE was off

CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"

Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
enabled

Signed-off-by: Andy Fleming <afleming@freescale.com>
2007-08-16 12:12:51 +02:00
..
Makefile mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
qe.c mpc83xx: Fix the align bug of SDMA buffer 2007-08-10 01:12:03 -05:00
qe.h mpc83xx: Fix the align bug of SDMA buffer 2007-08-10 01:12:03 -05:00
uccf.c Code cleanup. 2006-11-30 18:02:20 +01:00
uccf.h mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
uec.c Fix numerous bugs in the 8568 UEC support 2007-08-16 12:12:51 +02:00
uec.h Add support for UEC to 8568 2007-08-14 01:47:44 -05:00
uec_phy.c Add support for UEC to 8568 2007-08-14 01:47:44 -05:00
uec_phy.h Add support for UEC to 8568 2007-08-14 01:47:44 -05:00