History log of /u-boot/include/ioports.h
Revision Date Author Comments
# 72281c5c 13-Jul-2017 Christophe Leroy <christophe.leroy@c-s.fr>

powerpc: Remove 8260 remainders

commit 2eb48ff7a210d ("powerpc, 8260: remove support for mpc8260")
removed support for 8260 CPU.

This patch remove some remainders.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>


# aafeefbd 27-Nov-2007 Kumar Gala <galak@kernel.crashing.org>

Stop using immap_t for cpm offset on 85xx

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>


# dd520bf3 30-Nov-2006 Wolfgang Denk <wd@pollux.denx.de>

Code cleanup.


# 7737d5c6 02-Nov-2006 Dave Liu <daveliu@freescale.com>

mpc83xx: add QE ethernet support

this patch adds support for the QUICC Engine based UCC gigabit ethernet device.


# 9c4c5ae3 23-Jul-2005 Jon Loeliger <jdl@freescale.com>

* Patch by Jon Loeliger, Kumar Gala 2005-02-08
- 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.


# 42d1f039 15-Oct-2003 wdenk <wdenk>

* Patches by Xianghua Xiao, 15 Oct 2003:

- 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


# 0f89ba43 16-Nov-2000 wdenk <wdenk>

Initial revision