summaryrefslogtreecommitdiffstats
path: root/board/pm856/pm856.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using immap_t on 85xxKumar Gala2007-12-111-4/+2
| | | | | | | | 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-3/+2
| | | | | | | | 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 a bunch of compiler warnings for gcc 4.0Matthew McClintock2006-10-111-2/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add support for MicroSys PM856 boardWolfgang Denk2005-08-051-0/+449
Patch by Josef Wagner, 03 Aug 2005
OpenPOWER on IntegriCloud