[PATCH 0/10] Add MPC8641 HPCN Platform
Jon Loeliger
jdl at freescale.com
Thu Jun 8 08:32:22 EST 2006
This series of patches introduces the MPC8641 HPCN platform.
Please consider this for addition into the 2.6.18 queue.
Signed-off-by: Jon Loeliger <jdl at freescale.com>
Signed-off-by: Xianghua Xiao <x.xiao at freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang at freescale.com>
Signed-off-by: Wei Zhang <Wei.Zhang at freescale.com>
Signed-off-by: Jeff Brown <Jeff.Brown at freescale.com>
Signed-off-by: Kriston Carson <KristonCarson at freescale.com>
arch/powerpc/Kconfig | 15
arch/powerpc/platforms/Makefile | 1
arch/powerpc/platforms/86xx/Makefile | 7
arch/powerpc/platforms/86xx/Kconfig | 46 +
drivers/i2c/busses/Kconfig | 4
arch/powerpc/platforms/86xx/misc.c | 50 +
arch/powerpc/platforms/86xx/mpc8641_hpcn.c | 52 ++
arch/powerpc/platforms/86xx/mpc8641_hpcn.h | 54 ++
arch/powerpc/platforms/86xx/mpc86xx.h | 31 +
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 313 +++++++++
arch/powerpc/platforms/86xx/pci.c | 213 ++++++
arch/powerpc/platforms/86xx/pex.c | 173 +++++
arch/powerpc/kernel/cpu_setup_6xx.S | 2
arch/powerpc/kernel/cputable.c | 12
arch/powerpc/kernel/head_32.S | 15
arch/powerpc/sysdev/i8259.c | 5
include/asm-powerpc/immap_86xx.h | 199 ++++++
include/asm-powerpc/irq.h | 88 +++
include/asm-powerpc/mpc86xx.h | 95 +++
include/asm-powerpc/reg.h | 1
include/asm-ppc/io.h | 2
include/asm-ppc/ppc_sys.h | 2
include/asm-ppc/serial.h | 2
arch/powerpc/configs/mpc8641_hpcn_defconfig | 923 +++++++++++++++++++++++++++
drivers/net/Kconfig | 6
drivers/net/phy/Kconfig | 5
drivers/net/phy/Makefile | 1
drivers/net/phy/vitesse.c | 136 ++++
arch/powerpc/kernel/prom.c | 13
29 files changed, 2457 insertions(+), 9 deletions(-)
More information about the Linuxppc-dev
mailing list