summaryrefslogtreecommitdiffstats
path: root/board/mpc8540eval/mpc8540eval.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove erroneous or extra spd.h #includers.Jon Loeliger2008-03-051-4/+2
| | | | | | | | | | Many of the spd.h #includers don't need it, and wanted to have spd_sdram() declared instead. Since they didn't get that, some also had open coded extern declarations of it instead or as well. Fix it all up by using spd_sdram.h where needed. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Stop using immap_t on 85xxKumar Gala2007-12-111-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-111-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-011-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-291-0/+271
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
OpenPOWER on IntegriCloud