]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix numerous bugs in the 8568 UEC support
authorAndy Fleming <afleming@freescale.com>
Thu, 16 Aug 2007 01:03:34 +0000 (20:03 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 16 Aug 2007 10:12:51 +0000 (12:12 +0200)
commitb96c83d4ae475a70ef2635cd0e748174c44c8601
treeef1782f96eb6f75e8a7ebaeea5b72f89fc07c8ce
parent3a79013e2adda53332dfd0b511066a805e929a9d
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>
drivers/qe/uec.c
include/asm-ppc/immap_85xx.h
include/configs/MPC8568MDS.h