]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p4080: Add support for initializing SERDES
authorKumar Gala <galak@kernel.crashing.org>
Tue, 13 Jul 2010 03:51:29 +0000 (22:51 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 26 Jul 2010 18:07:57 +0000 (13:07 -0500)
commit34a8258fea40283426cf47c47008f9e6d2286080
tree6b30ccb4f5895299fd31eec10f0ea67bb90a03f4
parentdb977abfc87eebf22dfed374528c89130949dce2
powerpc/p4080: Add support for initializing SERDES

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@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/p4080_serdes.c [new file with mode: 0644]
arch/powerpc/include/asm/fsl_serdes.h