]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add support for Freescale P1023/P1017 Processors
authorRoy Zang <tie-fei.zang@freescale.com>
Fri, 4 Feb 2011 04:14:19 +0000 (22:14 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:41 +0000 (09:24 -0500)
commit67a719da2e5cfdfa461c5a35c1c5a6a2c5e82d73
tree312ed54a483cfd5aad4b68685fe5a48fb13fc09f
parentebc73943bab9d61a67ac466eb63c433a17799cbb
powerpc/85xx: Add support for Freescale P1023/P1017 Processors

Add P1023 (dual core) & P1017 (single core) specific information:
* SERDES Table
* Added P1023/P1017 to cpu_type_list and SVR list
  (fixed issue with P1013 not being sorted correctly).
* Added P1023/P1027 to config_mpc85xx.h
* Added new LAW type introduced on P1023/P1017
* Updated a few immap register/defines unique to P1023/P1017

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/p1023_serdes.c [new file with mode: 0644]
arch/powerpc/cpu/mpc8xxx/cpu.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_law.h
arch/powerpc/include/asm/immap_85xx.h
arch/powerpc/include/asm/processor.h