diff options
Diffstat (limited to 'arch/blackfin/mach-bf537/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/anomaly.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/anomaly.h b/arch/blackfin/mach-bf537/include/mach/anomaly.h index d2c427bc6656..43df6afd22ad 100644 --- a/arch/blackfin/mach-bf537/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf537/include/mach/anomaly.h | |||
@@ -5,7 +5,7 @@ | |||
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 | */ |
@@ -162,8 +162,14 @@ | |||
162 | #define ANOMALY_05000461 (1) | 162 | #define ANOMALY_05000461 (1) |
163 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ | 163 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ |
164 | #define ANOMALY_05000473 (1) | 164 | #define ANOMALY_05000473 (1) |
165 | /* Possible Lockup Condition whem Modifying PLL from External Memory */ | ||
166 | #define ANOMALY_05000475 (1) | ||
165 | /* TESTSET Instruction Cannot Be Interrupted */ | 167 | /* TESTSET Instruction Cannot Be Interrupted */ |
166 | #define ANOMALY_05000477 (1) | 168 | #define ANOMALY_05000477 (1) |
169 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ | ||
170 | #define ANOMALY_05000481 (1) | ||
171 | /* IFLUSH sucks at life */ | ||
172 | #define ANOMALY_05000491 (1) | ||
167 | 173 | ||
168 | /* Anomalies that don't exist on this proc */ | 174 | /* Anomalies that don't exist on this proc */ |
169 | #define ANOMALY_05000099 (0) | 175 | #define ANOMALY_05000099 (0) |
@@ -179,6 +185,7 @@ | |||
179 | #define ANOMALY_05000198 (0) | 185 | #define ANOMALY_05000198 (0) |
180 | #define ANOMALY_05000202 (0) | 186 | #define ANOMALY_05000202 (0) |
181 | #define ANOMALY_05000215 (0) | 187 | #define ANOMALY_05000215 (0) |
188 | #define ANOMALY_05000219 (0) | ||
182 | #define ANOMALY_05000220 (0) | 189 | #define ANOMALY_05000220 (0) |
183 | #define ANOMALY_05000227 (0) | 190 | #define ANOMALY_05000227 (0) |
184 | #define ANOMALY_05000230 (0) | 191 | #define ANOMALY_05000230 (0) |
@@ -211,6 +218,6 @@ | |||
211 | #define ANOMALY_05000465 (0) | 218 | #define ANOMALY_05000465 (0) |
212 | #define ANOMALY_05000467 (0) | 219 | #define ANOMALY_05000467 (0) |
213 | #define ANOMALY_05000474 (0) | 220 | #define ANOMALY_05000474 (0) |
214 | #define ANOMALY_05000475 (0) | 221 | #define ANOMALY_05000485 (0) |
215 | 222 | ||
216 | #endif | 223 | #endif |