summaryrefslogtreecommitdiffstats
path: root/include/ioports.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop using immap_t for cpm 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_CPM_ADDR as the base of the CPM registers instead of getting it via &immap->im_cpm. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Code cleanup.Wolfgang Denk2006-11-301-1/+0
|
* mpc83xx: add QE ethernet supportDave Liu2006-11-031-0/+11
| | | | this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
* * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-231-1/+1
| | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-0/+4
| | | | | | | | - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
* Initial revisionwdenk2000-11-161-0/+51
OpenPOWER on IntegriCloud