diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf533/include/mach/anomaly.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf533/include/mach/anomaly.h b/arch/blackfin/mach-bf533/include/mach/anomaly.h index 2f144a0cf768..0d3a03429fb9 100644 --- a/arch/blackfin/mach-bf533/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf533/include/mach/anomaly.h | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* This file shoule be up to date with: | 9 | /* This file shoule be up to date with: |
10 | * - Revision D, 06/18/2008; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List | 10 | * - Revision E, 09/18/2008; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #ifndef _MACH_ANOMALY_H_ | 13 | #ifndef _MACH_ANOMALY_H_ |
@@ -194,6 +194,10 @@ | |||
194 | #define ANOMALY_05000403 (1) | 194 | #define ANOMALY_05000403 (1) |
195 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ | 195 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ |
196 | #define ANOMALY_05000416 (1) | 196 | #define ANOMALY_05000416 (1) |
197 | /* Multichannel SPORT Channel Misalignment Under Specific Configuration */ | ||
198 | #define ANOMALY_05000425 (1) | ||
199 | /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */ | ||
200 | #define ANOMALY_05000426 (1) | ||
197 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ | 201 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ |
198 | #define ANOMALY_05000443 (1) | 202 | #define ANOMALY_05000443 (1) |
199 | 203 | ||
@@ -275,6 +279,8 @@ | |||
275 | #define ANOMALY_05000323 (0) | 279 | #define ANOMALY_05000323 (0) |
276 | #define ANOMALY_05000353 (1) | 280 | #define ANOMALY_05000353 (1) |
277 | #define ANOMALY_05000386 (1) | 281 | #define ANOMALY_05000386 (1) |
282 | #define ANOMALY_05000412 (0) | ||
283 | #define ANOMALY_05000432 (0) | ||
278 | #define ANOMALY_05000435 (0) | 284 | #define ANOMALY_05000435 (0) |
279 | 285 | ||
280 | #endif | 286 | #endif |