public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] powerpc/t208x: enable errata A006261, A006593, A006379
@ 2014-04-24  3:10 Shengzhou Liu
  2014-05-13 16:35 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2014-04-24  3:10 UTC (permalink / raw)
  To: u-boot

Enable errata A006261, A006593, A006379 for T208x.
Additionally enable CONFIG_CMD_ERRATA for T2080RDB.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
v2: rebase to latest 'master', and update has_erratum_a006261.

 arch/powerpc/include/asm/config_mpc85xx.h | 3 +++
 arch/powerpc/include/asm/fsl_errata.h     | 3 +++
 include/configs/T208xRDB.h                | 1 +
 3 files changed, 7 insertions(+)

diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 864e74c..0d6eb49 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -798,6 +798,9 @@ defined(CONFIG_PPC_T1020) || defined(CONFIG_PPC_T1022)
 #define CONFIG_SYS_FSL_SFP_VER_3_0
 #define CONFIG_SYS_FSL_ISBC_VER		2
 #define CONFIG_SYS_FSL_ERRATUM_ESDHC111
+#define CONFIG_SYS_FSL_ERRATUM_A006261
+#define CONFIG_SYS_FSL_ERRATUM_A006593
+#define CONFIG_SYS_FSL_ERRATUM_A006379
 #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
 
 
diff --git a/arch/powerpc/include/asm/fsl_errata.h b/arch/powerpc/include/asm/fsl_errata.h
index 4eba85c..d820121 100644
--- a/arch/powerpc/include/asm/fsl_errata.h
+++ b/arch/powerpc/include/asm/fsl_errata.h
@@ -52,6 +52,9 @@ static inline bool has_erratum_a006261(void)
 		return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 2, 0);
 	case SVR_T1040:
 		return IS_SVR_REV(svr, 1, 0);
+	case SVR_T2080:
+	case SVR_T2081:
+		return IS_SVR_REV(svr, 1, 0);
 	case SVR_P5040:
 		return IS_SVR_REV(svr, 1, 0);
 	}
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h
index 73d82ed..ef22199 100644
--- a/include/configs/T208xRDB.h
+++ b/include/configs/T208xRDB.h
@@ -721,6 +721,7 @@ unsigned long get_board_ddr_clk(void);
 
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_ELF
+#define CONFIG_CMD_ERRATA
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_PING
-- 
1.8.0

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

* [U-Boot] [PATCH v2] powerpc/t208x: enable errata A006261, A006593, A006379
  2014-04-24  3:10 [U-Boot] [PATCH v2] powerpc/t208x: enable errata A006261, A006593, A006379 Shengzhou Liu
@ 2014-05-13 16:35 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-05-13 16:35 UTC (permalink / raw)
  To: u-boot

On 04/23/2014 10:10 PM, Shengzhou Liu wrote:
> Enable errata A006261, A006593, A006379 for T208x.
> Additionally enable CONFIG_CMD_ERRATA for T2080RDB.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
> v2: rebase to latest 'master', and update has_erratum_a006261.
> 


Applied to u-boot-mpc85xx/master.

Thanks,

York

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

end of thread, other threads:[~2014-05-13 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24  3:10 [U-Boot] [PATCH v2] powerpc/t208x: enable errata A006261, A006593, A006379 Shengzhou Liu
2014-05-13 16:35 ` York Sun

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