summaryrefslogtreecommitdiff
path: root/board/mpc8540eval/mpc8540eval.c
Commit message (Collapse)AuthorAgeLines
* Stop using immap_t on 85xxKumar Gala2007-12-11-8/+4
| | | | | | | | In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_*_ADDR as the base of the registers instead of getting it via &immap. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Stop using immap_t for guts offset on 85xxKumar Gala2007-12-11-1/+1
| | | | | | | | In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers instead of getting it via &immap->im_gur. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-30/+10
| | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
* * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-29-0/+271
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.