summaryrefslogtreecommitdiff
path: root/board/pm854/pm854.c
Commit message (Collapse)AuthorAgeLines
* Stop using immap_t on 85xxKumar Gala2007-12-11-6/+3
| | | | | | | | 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-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-11-2/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* * Patch by Yuli Barcohen, 08 Nov 2004:wdenk2005-04-03-3/+3
| | | | | | | | | | | | Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-03-0/+296
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board