[U-Boot] [PATCH 1/4] powerpc/p4080: Add support for initializing SERDES
Kumar Gala
galak at kernel.crashing.org
Mon Jul 26 20:13:10 CEST 2010
On Jul 15, 2010, at 5:15 PM, Kumar Gala wrote:
> Add support for initializing the SERDES blocks on CoreNet style QoriQ
> devices and the p4080 specific SERDES tables to know which actual
> componetns are enabled.
>
> Additionally, split out the Frame Manger (FMAN) into its specific ethernet
> ports instead of gross level of the full FMAN.
>
> Signed-off-by: Li Yang <leoli at freescale.com>
> 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/fsl_corenet_serdes.c | 212 +++++++++++++++++++++++++
> arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h | 40 +++++
> arch/powerpc/cpu/mpc85xx/p4080_serdes.c | 94 +++++++++++
> arch/powerpc/include/asm/fsl_serdes.h | 11 +-
> 5 files changed, 357 insertions(+), 2 deletions(-)
> create mode 100644 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
> create mode 100644 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h
> create mode 100644 arch/powerpc/cpu/mpc85xx/p4080_serdes.c
applied to 85xx
- k
More information about the U-Boot
mailing list