
21 Jan
2011
21 Jan
'11
4:53 p.m.
On Jan 20, 2011, at 5:04 AM, Prabhakar Kushwaha 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.
Updated MPC85xx_PORDEVSR_IO_SEL & MPC85xx_PORDEVSR_IO_SEL_SHIFT
Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
Changes for v1: Incorporated Wolfgang Denk's comment -- removed volatile
Based git://git.denx.de/u-boot-mpc85xx.git (branch master)
arch/powerpc/cpu/mpc85xx/Makefile | 2 + arch/powerpc/cpu/mpc85xx/p1010_serdes.c | 75 +++++++++++++++++++++++++++++++ arch/powerpc/include/asm/immap_85xx.h | 5 ++ 3 files changed, 82 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/cpu/mpc85xx/p1010_serdes.c
applied to 85xx next
- k