]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: tegra: enable some CPU errata workarounds
authorStephen Warren <swarren@nvidia.com>
Tue, 26 Feb 2013 12:28:28 +0000 (12:28 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 13 Mar 2013 21:24:14 +0000 (22:24 +0100)
Tegra20 has a Cortex A9 r1p1, and Tegra30 has a Cortex A9 r2p9. As such,
some CPU errata exist, and must be worked around.

These must be worked around in the bootloader, since in general, the
kernel (especially a multi-platform kernel) needs to support being
launched in non-secure mode (normal world), and hence may not be able
to write to the CP15 register to enable these workarounds.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
include/configs/tegra20-common.h
include/configs/tegra30-common.h

index 33e5f524f16d4e17dc68c81fe34e978a69e2042b..186e023364349d7e6fa2f753784405aede94f6af 100644 (file)
 #define _TEGRA20_COMMON_H_
 #include "tegra-common.h"
 
+/*
+ * Errata configuration
+ */
+#define CONFIG_ARM_ERRATA_742230
+#define CONFIG_ARM_ERRATA_751472
+
 /*
  * NS16550 Configuration
  */
index 04517e14092c59638fd2d30175f27173bd492918..f6c07c6ecc755fdecfcb97b8c7afa95305fe4fea 100644 (file)
 #define _TEGRA30_COMMON_H_
 #include "tegra-common.h"
 
+/*
+ * Errata configuration
+ */
+#define CONFIG_ARM_ERRATA_743622
+#define CONFIG_ARM_ERRATA_751472
+
 /*
  * NS16550 Configuration
  */