[U-Boot] [PATCH 1/2] powerpc/85xx: Add support for Freescale P1023/P1017 Processors
Kumar Gala
galak at kernel.crashing.org
Thu Feb 10 06:24:33 CET 2011
On Feb 4, 2011, at 2:41 PM, Kumar Gala wrote:
> From: Roy Zang <tie-fei.zang at freescale.com>
>
> 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 at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> arch/powerpc/cpu/mpc85xx/Makefile | 2 +
> arch/powerpc/cpu/mpc85xx/p1023_serdes.c | 53 +++++++++++++++++++++++++++++
> arch/powerpc/cpu/mpc8xxx/cpu.c | 6 +++-
> arch/powerpc/include/asm/config_mpc85xx.h | 20 +++++++++++
> arch/powerpc/include/asm/fsl_law.h | 1 +
> arch/powerpc/include/asm/immap_85xx.h | 14 ++++++++
> arch/powerpc/include/asm/processor.h | 4 ++
> 7 files changed, 99 insertions(+), 1 deletions(-)
> create mode 100644 arch/powerpc/cpu/mpc85xx/p1023_serdes.c
applied to 85xx next
- k
More information about the U-Boot
mailing list