diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-08 18:15:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-23 01:18:18 -0400 |
commit | 979365ba4e4f29dd1b6f985bba66426423a26f27 (patch) | |
tree | b692e9b230d1630f357f8901ccd04ddfe039cf12 /arch/blackfin/mach-bf533 | |
parent | 4e12b08b7228a607a6183186bbe21f269a287137 (diff) |
Blackfin: update anomaly lists to latest public info
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf533')
-rw-r--r-- | arch/blackfin/mach-bf533/include/mach/anomaly.h | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf533/include/mach/anomaly.h b/arch/blackfin/mach-bf533/include/mach/anomaly.h index 72aa59440f82..03f2b40912a3 100644 --- a/arch/blackfin/mach-bf533/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf533/include/mach/anomaly.h | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* This file should be up to date with: | 13 | /* This file should be up to date with: |
14 | * - Revision F, 05/25/2010; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List | 14 | * - Revision G, 05/23/2011; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #ifndef _MACH_ANOMALY_H_ | 17 | #ifndef _MACH_ANOMALY_H_ |
@@ -152,7 +152,7 @@ | |||
152 | #define ANOMALY_05000277 (__SILICON_REVISION__ < 6) | 152 | #define ANOMALY_05000277 (__SILICON_REVISION__ < 6) |
153 | /* Disabling Peripherals with DMA Running May Cause DMA System Instability */ | 153 | /* Disabling Peripherals with DMA Running May Cause DMA System Instability */ |
154 | #define ANOMALY_05000278 (__SILICON_REVISION__ < 6) | 154 | #define ANOMALY_05000278 (__SILICON_REVISION__ < 6) |
155 | /* False Hardware Error Exception when ISR Context Is Not Restored */ | 155 | /* False Hardware Error when ISR Context Is Not Restored */ |
156 | #define ANOMALY_05000281 (__SILICON_REVISION__ < 6) | 156 | #define ANOMALY_05000281 (__SILICON_REVISION__ < 6) |
157 | /* Memory DMA Corruption with 32-Bit Data and Traffic Control */ | 157 | /* Memory DMA Corruption with 32-Bit Data and Traffic Control */ |
158 | #define ANOMALY_05000282 (__SILICON_REVISION__ < 6) | 158 | #define ANOMALY_05000282 (__SILICON_REVISION__ < 6) |
@@ -210,18 +210,25 @@ | |||
210 | #define ANOMALY_05000462 (1) | 210 | #define ANOMALY_05000462 (1) |
211 | /* Boot Failure When SDRAM Control Signals Toggle Coming Out Of Reset */ | 211 | /* Boot Failure When SDRAM Control Signals Toggle Coming Out Of Reset */ |
212 | #define ANOMALY_05000471 (1) | 212 | #define ANOMALY_05000471 (1) |
213 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ | 213 | /* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */ |
214 | #define ANOMALY_05000473 (1) | 214 | #define ANOMALY_05000473 (1) |
215 | /* Possible Lockup Condition whem Modifying PLL from External Memory */ | 215 | /* Possible Lockup Condition when Modifying PLL from External Memory */ |
216 | #define ANOMALY_05000475 (1) | 216 | #define ANOMALY_05000475 (1) |
217 | /* TESTSET Instruction Cannot Be Interrupted */ | 217 | /* TESTSET Instruction Cannot Be Interrupted */ |
218 | #define ANOMALY_05000477 (1) | 218 | #define ANOMALY_05000477 (1) |
219 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ | 219 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ |
220 | #define ANOMALY_05000481 (1) | 220 | #define ANOMALY_05000481 (1) |
221 | /* IFLUSH sucks at life */ | 221 | /* PLL May Latch Incorrect Values Coming Out of Reset */ |
222 | #define ANOMALY_05000489 (1) | ||
223 | /* Instruction Memory Stalls Can Cause IFLUSH to Fail */ | ||
222 | #define ANOMALY_05000491 (1) | 224 | #define ANOMALY_05000491 (1) |
225 | /* EXCPT Instruction May Be Lost If NMI Happens Simultaneously */ | ||
226 | #define ANOMALY_05000494 (1) | ||
227 | /* RXS Bit in SPI_STAT May Become Stuck In RX DMA Modes */ | ||
228 | #define ANOMALY_05000501 (1) | ||
223 | 229 | ||
224 | /* These anomalies have been "phased" out of analog.com anomaly sheets and are | 230 | /* |
231 | * These anomalies have been "phased" out of analog.com anomaly sheets and are | ||
225 | * here to show running on older silicon just isn't feasible. | 232 | * here to show running on older silicon just isn't feasible. |
226 | */ | 233 | */ |
227 | 234 | ||