]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/86xx: Add SERDES support on MPC8641 & MPC8610
authorKumar Gala <galak@kernel.crashing.org>
Wed, 15 Dec 2010 10:52:48 +0000 (04:52 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:18 +0000 (01:32 -0600)
commitaf04247426e4e7ee5d0561a1bd34855665e72b31
tree3c321e668b8865eb17d6051c8634b7456c45059d
parentc5780a6fe9e3f0a0f33d356d5047537ed113143c
powerpc/86xx: Add SERDES support on MPC8641 & MPC8610

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@kernel.crashing.org>
arch/powerpc/cpu/mpc86xx/Makefile
arch/powerpc/cpu/mpc86xx/cpu_init.c
arch/powerpc/cpu/mpc86xx/mpc8610_serdes.c [new file with mode: 0644]
arch/powerpc/cpu/mpc86xx/mpc8641_serdes.c [new file with mode: 0644]