Searched hist:b96c83d4ae475a70ef2635cd0e748174c44c8601 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | uec.c | b96c83d4ae475a70ef2635cd0e748174c44c8601 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 D | MPC8323ERDB.h | 711a7946277d2e29af481011e8635e9975c54e45 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 D | MPC832XEMDS.h | 711a7946277d2e29af481011e8635e9975c54e45 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 D | MPC8568MDS.h | b96c83d4ae475a70ef2635cd0e748174c44c8601 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>
|