]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add Support for Freescale P1014 Processor
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Thu, 13 Jan 2011 16:10:05 +0000 (21:40 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 20 Jan 2011 04:58:23 +0000 (22:58 -0600)
commitb5debec5b57bb8b876c49d2f56cd168dc0adf755
tree64dbf4cfda5a012b0894df6281882fad5030ddf9
parentb8cdd014629133c554b81df0447c748d10960583
powerpc/85xx: Add Support for Freescale P1014 Processor

The P1014 is similar to the P1010 processor with the following differences:

- 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC)
- no eCAN interface. (P1010 has 2 eCAN interfaces)
- Two SGMII interface (P1010 has 3 SGMII)
- No secure boot

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc8xxx/cpu.c
arch/powerpc/include/asm/config.h
arch/powerpc/include/asm/processor.h
drivers/misc/fsl_law.c