[U-Boot] [PATCH 03/11] powerpc/86xx: Add SERDES support on MPC8641 & MPC8610

Kumar Gala galak at kernel.crashing.org
Wed Jan 5 01:09:23 CET 2011


On Dec 17, 2010, at 5:33 PM, Kumar Gala wrote:

> Add the ability to determine if a given IP block connected on SERDES is
> configured.  This is useful for things like PCIe and SRIO since they are
> only ever connected on SERDES.  This mimics the code we have in place
> for the 85xx platforms.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> arch/powerpc/cpu/mpc86xx/Makefile         |    2 +
> arch/powerpc/cpu/mpc86xx/cpu_init.c       |    6 ++-
> arch/powerpc/cpu/mpc86xx/mpc8610_serdes.c |   85 ++++++++++++++++++++++++++
> arch/powerpc/cpu/mpc86xx/mpc8641_serdes.c |   94 +++++++++++++++++++++++++++++
> 4 files changed, 186 insertions(+), 1 deletions(-)
> create mode 100644 arch/powerpc/cpu/mpc86xx/mpc8610_serdes.c
> create mode 100644 arch/powerpc/cpu/mpc86xx/mpc8641_serdes.c

applied to 85xx

- k


More information about the U-Boot mailing list