Re: [U-Boot] [PATCH 3/3] powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)

2011-10-06 Thread Wolfgang Denk
Dear Timur Tabi, In message 1317841251-27295-3-git-send-email-ti...@freescale.com you wrote: The work-around for P4080 erratum SERDES9 says that the SERDES receiver lanes should be reset after the XAUI starts tranmitting alignment signals. Signed-off-by: Timur Tabi ti...@freescale.com ---

Re: [U-Boot] [PATCH 3/3] powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)

2011-10-06 Thread Timur Tabi
Wolfgang Denk wrote: WARNING: externs should be avoided in .c files #114: FILE: board/freescale/corenet_ds/eth_p4080.c:100: + extern struct phy_driver tn2020_driver; This is intentional. There's no header file for the teranetics driver, and referencing the structure allows me to avoid

Re: [U-Boot] [PATCH 3/3] powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)

2011-10-06 Thread Wolfgang Denk
Dear Timur Tabi, In message 4e8e1881.5030...@freescale.com you wrote: WARNING: externs should be avoided in .c files #114: FILE: board/freescale/corenet_ds/eth_p4080.c:100: + extern struct phy_driver tn2020_driver; This is intentional. There's no header file for the teranetics

[U-Boot] [PATCH 3/3] powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)

2011-10-05 Thread Timur Tabi
The work-around for P4080 erratum SERDES9 says that the SERDES receiver lanes should be reset after the XAUI starts tranmitting alignment signals. Signed-off-by: Timur Tabi ti...@freescale.com --- arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 10 -- board/freescale/corenet_ds/eth_p4080.c