]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p3060: Add SoC related support for P3060 platform
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Wed, 31 Aug 2011 09:48:18 +0000 (17:48 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 3 Oct 2011 14:36:28 +0000 (09:36 -0500)
commit6d7b061af153bc5beb633c3bd15348284716a067
treecc3c708eeade33efabb4f6003877f8eba8f5a751
parent6b3a8d0086e469c58956041e4d534b2107f5beed
powerpc/p3060: Add SoC related support for P3060 platform

Add P3060 SoC specific information:cores setup, LIODN setup, etc

The P3060 SoC combines six e500mc Power Architecture processor cores with
high-performance datapath acceleration architecture(DPAA), CoreNet fabric
infrastructure, as well as network and peripheral interfaces.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
arch/powerpc/cpu/mpc85xx/p3060_ids.c [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/p3060_serdes.c [new file with mode: 0644]
arch/powerpc/cpu/mpc8xxx/cpu.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/immap_85xx.h
arch/powerpc/include/asm/processor.h
drivers/net/fm/Makefile
drivers/net/fm/p3060.c [new file with mode: 0644]