summaryrefslogtreecommitdiffstats
path: root/cpu/mcf523x/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* ColdFire: Fix compilation errorTsiChung Liew2008-11-031-2/+2
| | | | | | | The error was caused by the change for strmhz() in cpu.c. A few of them were one extra close parenthesis. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
* Use strmhz() to format clock frequenciesWolfgang Denk2008-10-211-3/+5
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Introduce netdev.h header file and remove externsBen Warren2008-09-021-2/+1
| | | | | | | This addresses all drivers whose initializers have already been moved to board_eth_init()/cpu_eth_init(). Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren2008-08-261-0/+14
| | | | | | | Added a cpu_eth_init() function to coldfire CPU directories and removed code from net/eth.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* ColdFire: Add M5235EVB Platform for MCF523xTsiChungLiew2007-08-171-0/+109
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
OpenPOWER on IntegriCloud