summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/qe_io.c
Commit message (Collapse)AuthorAgeLines
* Stop using immap_t for guts offset on 85xxKumar Gala2007-12-11-2/+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>
* Add support for UEC to 8568Andy Fleming2007-08-14-0/+85
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>