diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 10:14:38 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:38 -0500 |
commit | 6651ece9e257302ee695ee76e69a4427f7033235 (patch) | |
tree | ee9862184884b179ec89a0a2527a7b56279c1402 /arch/blackfin/mach-bf538 | |
parent | a0dcfb16e606ca095eb1e9e789aff5e41e9adb1a (diff) |
Blackfin arch: update anomaly headers to match latest sheets
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf538')
-rw-r--r-- | arch/blackfin/mach-bf538/include/mach/anomaly.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf538/include/mach/anomaly.h b/arch/blackfin/mach-bf538/include/mach/anomaly.h index d032acc1eee8..e130b4f8a05d 100644 --- a/arch/blackfin/mach-bf538/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf538/include/mach/anomaly.h | |||
@@ -7,8 +7,8 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* This file shoule be up to date with: | 9 | /* This file shoule be up to date with: |
10 | * - Revision F, 06/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List | 10 | * - Revision G, 09/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List |
11 | * - Revision K, 06/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List | 11 | * - Revision L, 09/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #ifndef _MACH_ANOMALY_H_ | 14 | #ifndef _MACH_ANOMALY_H_ |
@@ -106,6 +106,12 @@ | |||
106 | #define ANOMALY_05000403 (1) | 106 | #define ANOMALY_05000403 (1) |
107 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ | 107 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ |
108 | #define ANOMALY_05000416 (1) | 108 | #define ANOMALY_05000416 (1) |
109 | /* Multichannel SPORT Channel Misalignment Under Specific Configuration */ | ||
110 | #define ANOMALY_05000425 (1) | ||
111 | /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */ | ||
112 | #define ANOMALY_05000426 (1) | ||
113 | /* Specific GPIO Pins May Change State when Entering Hibernate */ | ||
114 | #define ANOMALY_05000436 (__SILICON_REVISION__ > 3) | ||
109 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ | 115 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ |
110 | #define ANOMALY_05000443 (1) | 116 | #define ANOMALY_05000443 (1) |
111 | 117 | ||
@@ -119,6 +125,8 @@ | |||
119 | #define ANOMALY_05000353 (1) | 125 | #define ANOMALY_05000353 (1) |
120 | #define ANOMALY_05000363 (0) | 126 | #define ANOMALY_05000363 (0) |
121 | #define ANOMALY_05000386 (1) | 127 | #define ANOMALY_05000386 (1) |
128 | #define ANOMALY_05000412 (0) | ||
129 | #define ANOMALY_05000432 (0) | ||
122 | #define ANOMALY_05000435 (0) | 130 | #define ANOMALY_05000435 (0) |
123 | 131 | ||
124 | #endif | 132 | #endif |