diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-05-27 17:47:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-06 12:55:46 -0400 |
commit | dc7101bbaed644e61aa0056ff572b8d7a58e1ef0 (patch) | |
tree | 5fb562e5ab4fa556c37ea89f066c4a10cd1559e0 /arch/blackfin/mach-bf533/include/mach/anomaly.h | |
parent | 5369fba13611118bc380674a410bede0863566f2 (diff) |
Blackfin: update anomaly lists to latest public info
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf533/include/mach/anomaly.h')
-rw-r--r-- | arch/blackfin/mach-bf533/include/mach/anomaly.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/include/mach/anomaly.h b/arch/blackfin/mach-bf533/include/mach/anomaly.h index 9b3f7a27714d..78f872187918 100644 --- a/arch/blackfin/mach-bf533/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf533/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 | */ |
@@ -208,8 +208,14 @@ | |||
208 | #define ANOMALY_05000461 (1) | 208 | #define ANOMALY_05000461 (1) |
209 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ | 209 | /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */ |
210 | #define ANOMALY_05000473 (1) | 210 | #define ANOMALY_05000473 (1) |
211 | /* Possible Lockup Condition whem Modifying PLL from External Memory */ | ||
212 | #define ANOMALY_05000475 (1) | ||
211 | /* TESTSET Instruction Cannot Be Interrupted */ | 213 | /* TESTSET Instruction Cannot Be Interrupted */ |
212 | #define ANOMALY_05000477 (1) | 214 | #define ANOMALY_05000477 (1) |
215 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ | ||
216 | #define ANOMALY_05000481 (1) | ||
217 | /* IFLUSH sucks at life */ | ||
218 | #define ANOMALY_05000491 (1) | ||
213 | 219 | ||
214 | /* These anomalies have been "phased" out of analog.com anomaly sheets and are | 220 | /* These anomalies have been "phased" out of analog.com anomaly sheets and are |
215 | * here to show running on older silicon just isn't feasible. | 221 | * here to show running on older silicon just isn't feasible. |
@@ -358,6 +364,6 @@ | |||
358 | #define ANOMALY_05000465 (0) | 364 | #define ANOMALY_05000465 (0) |
359 | #define ANOMALY_05000467 (0) | 365 | #define ANOMALY_05000467 (0) |
360 | #define ANOMALY_05000474 (0) | 366 | #define ANOMALY_05000474 (0) |
361 | #define ANOMALY_05000475 (0) | 367 | #define ANOMALY_05000485 (0) |
362 | 368 | ||
363 | #endif | 369 | #endif |