Home
last modified time | relevance | path

Searched hist:b96c83d4ae475a70ef2635cd0e748174c44c8601 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/qe/
H A Duec.cb96c83d4ae475a70ef2635cd0e748174c44c8601 Thu Aug 16 01:03:34 UTC 2007 Andy Fleming <afleming@freescale.com> 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>
/rk3399_rockchip-uboot/include/configs/
H A DMPC8323ERDB.h711a7946277d2e29af481011e8635e9975c54e45 Tue Jan 15 20:05:14 UTC 2008 Kim Phillips <kim.phillips@freescale.com> mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value

continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
H A DMPC832XEMDS.h711a7946277d2e29af481011e8635e9975c54e45 Tue Jan 15 20:05:14 UTC 2008 Kim Phillips <kim.phillips@freescale.com> mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value

continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
H A DMPC8568MDS.hb96c83d4ae475a70ef2635cd0e748174c44c8601 Thu Aug 16 01:03:34 UTC 2007 Andy Fleming <afleming@freescale.com> 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>