u-boot-brain/arch/powerpc
Timur Tabi 3038171628 powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY
Function dtsec_configure_serdes() needs to know where the TBI PHY registers
are in order to configure SGMII for proper SerDes operation.

During SGMII initialzation, fm_eth_init_mac() passing NULL for 'phyregs'
when it called init_dtsec(), because it was believed that phyregs was not
used.  In fact, it is used by dtsec_configure_serdes() to configure the TBI
PHY registers.

We also need to define the PHY registers in struct fm_mdio.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-10-09 17:57:53 -05:00
..
cpu powerpc/8xxx: Add support for interactive DDR programming interface 2011-10-09 17:57:53 -05:00
include/asm powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY 2011-10-09 17:57:53 -05:00
lib net: drop !NET_MULTI code 2011-10-05 22:22:16 +02:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00