summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/mach-bf561/anomaly.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-07 22:53:45 +0100
committerWolfgang Denk <wd@denx.de>2009-02-07 22:53:45 +0100
commit045639397df535b7eac820b9dc3e4814ae16f19d (patch)
treed2959b011dca9b66ce497cc5d8dc7062d2576a8c /include/asm-blackfin/mach-bf561/anomaly.h
parent0ab5410a40930ed235a83161cd7e5a98c963ca91 (diff)
parent4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c (diff)
downloadu-boot-imx-045639397df535b7eac820b9dc3e4814ae16f19d.zip
u-boot-imx-045639397df535b7eac820b9dc3e4814ae16f19d.tar.gz
u-boot-imx-045639397df535b7eac820b9dc3e4814ae16f19d.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'include/asm-blackfin/mach-bf561/anomaly.h')
-rw-r--r--include/asm-blackfin/mach-bf561/anomaly.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-bf561/anomaly.h b/include/asm-blackfin/mach-bf561/anomaly.h
index e9c4ca8..1a9e175 100644
--- a/include/asm-blackfin/mach-bf561/anomaly.h
+++ b/include/asm-blackfin/mach-bf561/anomaly.h
@@ -7,7 +7,7 @@
*/
/* This file shoule be up to date with:
- * - Revision P, 02/08/2008; ADSP-BF561 Blackfin Processor Anomaly List
+ * - Revision Q, 11/07/2008; ADSP-BF561 Blackfin Processor Anomaly List
*/
#ifndef _MACH_ANOMALY_H_
@@ -264,6 +264,18 @@
#define ANOMALY_05000371 (1)
/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
#define ANOMALY_05000403 (1)
+/* TESTSET Instruction Causes Data Corruption with Writeback Data Cache Enabled */
+#define ANOMALY_05000412 (1)
+/* Speculative Fetches Can Cause Undesired External FIFO Operations */
+#define ANOMALY_05000416 (1)
+/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
+#define ANOMALY_05000425 (1)
+/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
+#define ANOMALY_05000426 (1)
+/* Lost/Corrupted L2/L3 Memory Write after Speculative L2 Memory Read by Core B */
+#define ANOMALY_05000428 (__SILICON_REVISION__ > 3)
+/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
+#define ANOMALY_05000443 (1)
/* Anomalies that don't exist on this proc */
#define ANOMALY_05000158 (0)
@@ -271,5 +283,8 @@
#define ANOMALY_05000273 (0)
#define ANOMALY_05000311 (0)
#define ANOMALY_05000353 (1)
+#define ANOMALY_05000386 (1)
+#define ANOMALY_05000432 (0)
+#define ANOMALY_05000435 (0)
#endif