diff options
Diffstat (limited to 'arch/blackfin/mach-bf538/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf538/include/mach/anomaly.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf538/include/mach/anomaly.h b/arch/blackfin/mach-bf538/include/mach/anomaly.h index d882b7e6f59b..8774b481c78e 100644 --- a/arch/blackfin/mach-bf538/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf538/include/mach/anomaly.h | |||
@@ -5,14 +5,14 @@ | |||
5 | * and can be replaced with that version at any time | 5 | * and can be replaced with that version at any time |
6 | * DO NOT EDIT THIS FILE | 6 | * DO NOT EDIT THIS FILE |
7 | * | 7 | * |
8 | * Copyright 2004-2009 Analog Devices Inc. | 8 | * Copyright 2004-2010 Analog Devices Inc. |
9 | * Licensed under the ADI BSD license. | 9 | * Licensed under the ADI BSD license. |
10 | * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd | 10 | * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd |
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* This file should be up to date with: | 13 | /* This file should be up to date with: |
14 | * - Revision G, 09/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List | 14 | * - Revision H, 07/10/2009; ADSP-BF538/BF538F Blackfin Processor Anomaly List |
15 | * - Revision L, 09/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List | 15 | * - Revision M, 07/10/2009; ADSP-BF539/BF539F Blackfin Processor Anomaly List |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef _MACH_ANOMALY_H_ | 18 | #ifndef _MACH_ANOMALY_H_ |
@@ -132,10 +132,18 @@ | |||
132 | #define ANOMALY_05000443 (1) | 132 | #define ANOMALY_05000443 (1) |
133 | /* False Hardware Error when RETI Points to Invalid Memory */ | 133 | /* False Hardware Error when RETI Points to Invalid Memory */ |
134 | #define ANOMALY_05000461 (1) | 134 | #define ANOMALY_05000461 (1) |
135 | /* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */ | ||
136 | #define ANOMALY_05000462 (1) | ||
135 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ | 137 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ |
136 | #define ANOMALY_05000473 (1) | 138 | #define ANOMALY_05000473 (1) |
139 | /* Possible Lockup Condition whem Modifying PLL from External Memory */ | ||
140 | #define ANOMALY_05000475 (1) | ||
137 | /* TESTSET Instruction Cannot Be Interrupted */ | 141 | /* TESTSET Instruction Cannot Be Interrupted */ |
138 | #define ANOMALY_05000477 (1) | 142 | #define ANOMALY_05000477 (1) |
143 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ | ||
144 | #define ANOMALY_05000481 (1) | ||
145 | /* IFLUSH sucks at life */ | ||
146 | #define ANOMALY_05000491 (1) | ||
139 | 147 | ||
140 | /* Anomalies that don't exist on this proc */ | 148 | /* Anomalies that don't exist on this proc */ |
141 | #define ANOMALY_05000099 (0) | 149 | #define ANOMALY_05000099 (0) |
@@ -185,6 +193,6 @@ | |||
185 | #define ANOMALY_05000465 (0) | 193 | #define ANOMALY_05000465 (0) |
186 | #define ANOMALY_05000467 (0) | 194 | #define ANOMALY_05000467 (0) |
187 | #define ANOMALY_05000474 (0) | 195 | #define ANOMALY_05000474 (0) |
188 | #define ANOMALY_05000475 (0) | 196 | #define ANOMALY_05000485 (0) |
189 | 197 | ||
190 | #endif | 198 | #endif |