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-bf518 | |
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-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/include/mach/anomaly.h | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/anomaly.h b/arch/blackfin/mach-bf518/include/mach/anomaly.h index d2f076fbbc9e..56383f7cbc07 100644 --- a/arch/blackfin/mach-bf518/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf518/include/mach/anomaly.h | |||
@@ -11,10 +11,9 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* This file should be up to date with: | 13 | /* This file should be up to date with: |
14 | * - Revision E, 01/26/2010; ADSP-BF512/BF514/BF516/BF518 Blackfin Processor Anomaly List | 14 | * - Revision F, 05/23/2011; ADSP-BF512/BF514/BF516/BF518 Blackfin Processor Anomaly List |
15 | */ | 15 | */ |
16 | 16 | ||
17 | /* We plan on not supporting 0.0 silicon, but 0.1 isn't out yet - sorry */ | ||
18 | #if __SILICON_REVISION__ < 0 | 17 | #if __SILICON_REVISION__ < 0 |
19 | # error will not work on BF518 silicon version | 18 | # error will not work on BF518 silicon version |
20 | #endif | 19 | #endif |
@@ -77,19 +76,29 @@ | |||
77 | /* False Hardware Error when RETI Points to Invalid Memory */ | 76 | /* False Hardware Error when RETI Points to Invalid Memory */ |
78 | #define ANOMALY_05000461 (1) | 77 | #define ANOMALY_05000461 (1) |
79 | /* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */ | 78 | /* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */ |
80 | #define ANOMALY_05000462 (1) | 79 | #define ANOMALY_05000462 (__SILICON_REVISION__ < 2) |
81 | /* PLL Latches Incorrect Settings During Reset */ | ||
82 | #define ANOMALY_05000469 (1) | ||
83 | /* Incorrect Default MSEL Value in PLL_CTL */ | 80 | /* Incorrect Default MSEL Value in PLL_CTL */ |
84 | #define ANOMALY_05000472 (1) | 81 | #define ANOMALY_05000472 (__SILICON_REVISION__ < 2) |
85 | /* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */ | 82 | /* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */ |
86 | #define ANOMALY_05000473 (1) | 83 | #define ANOMALY_05000473 (1) |
87 | /* TESTSET Instruction Cannot Be Interrupted */ | 84 | /* TESTSET Instruction Cannot Be Interrupted */ |
88 | #define ANOMALY_05000477 (1) | 85 | #define ANOMALY_05000477 (1) |
89 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ | 86 | /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */ |
90 | #define ANOMALY_05000481 (1) | 87 | #define ANOMALY_05000481 (1) |
91 | /* IFLUSH sucks at life */ | 88 | /* PLL Latches Incorrect Settings During Reset */ |
89 | #define ANOMALY_05000482 (__SILICON_REVISION__ < 2) | ||
90 | /* PLL_CTL Change Using bfrom_SysControl() Can Result in Processor Overclocking */ | ||
91 | #define ANOMALY_05000485 (__SILICON_REVISION__ < 2) | ||
92 | /* SPI Master Boot Can Fail Under Certain Conditions */ | ||
93 | #define ANOMALY_05000490 (1) | ||
94 | /* Instruction Memory Stalls Can Cause IFLUSH to Fail */ | ||
92 | #define ANOMALY_05000491 (1) | 95 | #define ANOMALY_05000491 (1) |
96 | /* EXCPT Instruction May Be Lost If NMI Happens Simultaneously */ | ||
97 | #define ANOMALY_05000494 (1) | ||
98 | /* CNT_COMMAND Functionality Depends on CNT_IMASK Configuration */ | ||
99 | #define ANOMALY_05000498 (1) | ||
100 | /* RXS Bit in SPI_STAT May Become Stuck In RX DMA Modes */ | ||
101 | #define ANOMALY_05000501 (1) | ||
93 | 102 | ||
94 | /* Anomalies that don't exist on this proc */ | 103 | /* Anomalies that don't exist on this proc */ |
95 | #define ANOMALY_05000099 (0) | 104 | #define ANOMALY_05000099 (0) |
@@ -157,6 +166,5 @@ | |||
157 | #define ANOMALY_05000474 (0) | 166 | #define ANOMALY_05000474 (0) |
158 | #define ANOMALY_05000475 (0) | 167 | #define ANOMALY_05000475 (0) |
159 | #define ANOMALY_05000480 (0) | 168 | #define ANOMALY_05000480 (0) |
160 | #define ANOMALY_05000485 (0) | ||
161 | 169 | ||
162 | #endif | 170 | #endif |