ppc4xx: Big header cleanup part 2, mostly PPC405 related
authorStefan Roese <sr@denx.de>
Sun, 12 Sep 2010 04:21:37 +0000 (06:21 +0200)
committerStefan Roese <sr@denx.de>
Thu, 23 Sep 2010 07:02:05 +0000 (09:02 +0200)
commitafabb498b749b48ca3ee7e833fe1501e2d6993cb
treea5e131d0d7f62e41bd9bc1c767452b43b75bf82e
parent5e7abce99163a00b8d267cc8045f06b498728288
ppc4xx: Big header cleanup part 2, mostly PPC405 related

This cleanup is done by creating header files for all SoC versions and
moving the SoC specific defines into these special headers. This way the
common header ppc405.h and ppc440.h can be cleaned up finally.

As a part from this cleanup, the GPIO definitions for PPC405EP are
corrected. The high and low parts of the registers (for example
CONFIG_SYS_GPIO0_OSRL vs. CONFIG_SYS_GPIO0_OSRH) have been defined in
the wrong order. This patch now fixes this issue by switching these
xxxH and xxxL values. This brings the GPIO 405EP port in sync with all
other PPC4xx ports.

Signed-off-by: Stefan Roese <sr@denx.de>
38 files changed:
arch/powerpc/cpu/ppc4xx/4xx_uart.c
arch/powerpc/cpu/ppc4xx/cpu_init.c
arch/powerpc/cpu/ppc4xx/gpio.c
arch/powerpc/cpu/ppc4xx/speed.c
arch/powerpc/include/asm/ppc405.h
arch/powerpc/include/asm/ppc405cr.h
arch/powerpc/include/asm/ppc405ep.h
arch/powerpc/include/asm/ppc405ex.h
arch/powerpc/include/asm/ppc405ez.h
arch/powerpc/include/asm/ppc405gp.h
arch/powerpc/include/asm/ppc440.h
arch/powerpc/include/asm/ppc440ep_gr.h
arch/powerpc/include/asm/ppc440epx_grx.h
arch/powerpc/include/asm/ppc440sp.h
arch/powerpc/include/asm/ppc440spe.h
arch/powerpc/include/asm/ppc460ex_gt.h
arch/powerpc/include/asm/ppc460sx.h
arch/powerpc/include/asm/ppc4xx.h
board/amcc/acadia/pll.c
board/mpl/mip405/init.S
board/mpl/mip405/mip405.c
board/mpl/pip405/init.S
board/sc3/sc3.c
include/configs/ASH405.h
include/configs/CATcenter.h
include/configs/CMS700.h
include/configs/DP405.h
include/configs/G2000.h
include/configs/HH405.h
include/configs/HUB405.h
include/configs/PLU405.h
include/configs/PPChameleonEVB.h
include/configs/VOH405.h
include/configs/VOM405.h
include/configs/WUH405.h
include/configs/bubinga.h
include/configs/quad100hd.h
include/configs/zeus.h