public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] powerpc/85xx: remove SERDES4 soft-reset work-around
@ 2011-07-01  4:00 Kumar Gala
  2011-07-01  4:00 ` [U-Boot] [PATCH 2/2] powerpc/85xx: Fix the work-arounds for errata SERDES-8 & SERDES-A001 on p4080 Kumar Gala
  0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2011-07-01  4:00 UTC (permalink / raw)
  To: u-boot

From: Timur Tabi <timur@freescale.com>

Some P4080 rev1 errata work-arounds, notably erratum SERDES4, required a
bank soft-reset after the bank was configured and enabled, even though enabling
a bank causes it to reset.  Because the reset was required for multiple errata,
it was not properly enclosed in an #ifdef, and so was not removed with all the
other rev1 errata work-arounds.

Because this was the only SERDES bank soft-reset, there is no need to implement
a work-around for erratum SERDES-A003.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c b/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
index 741a0f8..e78d32d 100644
--- a/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
+++ b/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
@@ -729,9 +729,6 @@ void fsl_serdes_init(void)
 		}
 #endif
 
-		/* reset banks for errata */
-		setbits_be32(&srds_regs->bank[bank].rstctl, SRDS_RSTCTL_RST);
-
 		wait_for_rstdone(bank);
 	}
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-10-06 22:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  4:00 [U-Boot] [PATCH 1/2] powerpc/85xx: remove SERDES4 soft-reset work-around Kumar Gala
2011-07-01  4:00 ` [U-Boot] [PATCH 2/2] powerpc/85xx: Fix the work-arounds for errata SERDES-8 & SERDES-A001 on p4080 Kumar Gala
2011-07-01 12:43   ` Tabi Timur-B04825
2011-07-01 13:06     ` Kumar Gala
2011-07-01 14:06       ` Tabi Timur-B04825
2011-07-11 16:13         ` Kumar Gala
2011-10-06 22:13           ` Wolfgang Denk
2011-10-06 22:12   ` Wolfgang Denk
2011-10-06 22:15     ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox