anomaly.h 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /*
  2. * File: include/asm-blackfin/mach-bf561/anomaly.h
  3. * Based on:
  4. * Author:
  5. *
  6. * Created:
  7. * Description:
  8. *
  9. * Rev:
  10. *
  11. * Modified:
  12. *
  13. * Bugs: Enter bugs at http://blackfin.uclinux.org/
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License as published by
  17. * the Free Software Foundation; either version 2, or (at your option)
  18. * any later version.
  19. *
  20. * This program is distributed in the hope that it will be useful,
  21. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. * GNU General Public License for more details.
  24. *
  25. * You should have received a copy of the GNU General Public License
  26. * along with this program; see the file COPYING.
  27. * If not, write to the Free Software Foundation,
  28. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  29. */
  30. /* This file shoule be up to date with:
  31. * - Revision L, 10Aug2006; ADSP-BF561 Silicon Anomaly List
  32. */
  33. #ifndef _MACH_ANOMALY_H_
  34. #define _MACH_ANOMALY_H_
  35. /* We do not support 0.1 or 0.4 silicon - sorry */
  36. #if (defined(CONFIG_BF_REV_0_1) || defined(CONFIG_BF_REV_0_2) || defined(CONFIG_BF_REV_0_4))
  37. #error Kernel will not work on BF561 Version 0.1, 0.2, or 0.4
  38. #endif
  39. /* Issues that are common to 0.5 and 0.3 silicon */
  40. #if (defined(CONFIG_BF_REV_0_5) || defined(CONFIG_BF_REV_0_3))
  41. #define ANOMALY_05000074 /* A multi issue instruction with dsp32shiftimm in
  42. slot1 and store of a P register in slot 2 is not
  43. supported */
  44. #define ANOMALY_05000099 /* UART Line Status Register (UART_LSR) bits are not
  45. updated at the same time. */
  46. #define ANOMALY_05000120 /* Testset instructions restricted to 32-bit aligned
  47. memory locations */
  48. #define ANOMALY_05000122 /* Rx.H cannot be used to access 16-bit System MMR
  49. registers */
  50. #define ANOMALY_05000127 /* Signbits instruction not functional under certain
  51. conditions */
  52. #define ANOMALY_05000149 /* IMDMA S1/D1 channel may stall */
  53. #define ANOMALY_05000166 /* PPI Data Lengths Between 8 and 16 do not zero out
  54. upper bits */
  55. #define ANOMALY_05000167 /* Turning Serial Ports on With External Frame Syncs */
  56. #define ANOMALY_05000180 /* PPI_DELAY not functional in PPI modes with 0 frame
  57. syncs */
  58. #define ANOMALY_05000182 /* IMDMA does not operate to full speed for 600MHz
  59. and higher devices */
  60. #define ANOMALY_05000187 /* IMDMA Corrupted Data after a Halt */
  61. #define ANOMALY_05000190 /* PPI not functional at core voltage < 1Volt */
  62. #define ANOMALY_05000208 /* VSTAT status bit in PLL_STAT register is not
  63. functional */
  64. #define ANOMALY_05000245 /* Spurious Hardware Error from an access in the
  65. shadow of a conditional branch */
  66. #define ANOMALY_05000257 /* Interrupt/Exception during short hardware loop
  67. may cause bad instruction fetches */
  68. #define ANOMALY_05000265 /* Sensitivity to noise with slow input edge rates on
  69. external SPORT TX and RX clocks */
  70. #define ANOMALY_05000267 /* IMDMA may corrupt data under certain conditions */
  71. #define ANOMALY_05000269 /* High I/O activity causes output voltage of internal
  72. voltage regulator (VDDint) to increase */
  73. #define ANOMALY_05000270 /* High I/O activity causes output voltage of internal
  74. voltage regulator (VDDint) to decrease */
  75. #define ANOMALY_05000272 /* Certain data cache write through modes fail for
  76. VDDint <=0.9V */
  77. #define ANOMALY_05000274 /* Data cache write back to external synchronous memory
  78. may be lost */
  79. #define ANOMALY_05000275 /* PPI Timing and sampling informaton updates */
  80. #define ANOMALY_05000312 /* Errors when SSYNC, CSYNC, or loads to LT, LB and LC
  81. registers are interrupted */
  82. #endif /* (defined(CONFIG_BF_REV_0_5) || defined(CONFIG_BF_REV_0_3)) */
  83. #if (defined(CONFIG_BF_REV_0_5))
  84. #define ANOMALY_05000254 /* Incorrect Timer Pulse Width in Single-Shot PWM_OUT
  85. mode with external clock */
  86. #define ANOMALY_05000266 /* IMDMA destination IRQ status must be read prior to
  87. using IMDMA */
  88. #endif
  89. #if (defined(CONFIG_BF_REV_0_3))
  90. #define ANOMALY_05000156 /* Timers in PWM-Out Mode with PPI GP Receive (Input)
  91. Mode with 0 Frame Syncs */
  92. #define ANOMALY_05000168 /* SDRAM auto-refresh and subsequent Power Ups */
  93. #define ANOMALY_05000169 /* DATA CPLB page miss can result in lost write-through
  94. cache data writes */
  95. #define ANOMALY_05000171 /* Boot-ROM code modifies SICA_IWRx wakeup registers */
  96. #define ANOMALY_05000174 /* Cache Fill Buffer Data lost */
  97. #define ANOMALY_05000175 /* Overlapping Sequencer and Memory Stalls */
  98. #define ANOMALY_05000176 /* Multiplication of (-1) by (-1) followed by an
  99. accumulator saturation */
  100. #define ANOMALY_05000179 /* PPI_COUNT cannot be programmed to 0 in General
  101. Purpose TX or RX modes */
  102. #define ANOMALY_05000181 /* Disabling the PPI resets the PPI configuration
  103. registers */
  104. #define ANOMALY_05000184 /* Timer Pin limitations for PPI TX Modes with
  105. External Frame Syncs */
  106. #define ANOMALY_05000185 /* PPI TX Mode with 2 External Frame Syncs */
  107. #define ANOMALY_05000186 /* PPI packing with Data Length greater than 8 bits
  108. (not a meaningful mode) */
  109. #define ANOMALY_05000188 /* IMDMA Restrictions on Descriptor and Buffer
  110. Placement in Memory */
  111. #define ANOMALY_05000189 /* False Protection Exception */
  112. #define ANOMALY_05000193 /* False Flag Pin Interrupts on Edge Sensitive Inputs
  113. when polarity setting is changed */
  114. #define ANOMALY_05000194 /* Restarting SPORT in specific modes may cause data
  115. corruption */
  116. #define ANOMALY_05000198 /* Failing MMR accesses when stalled by preceding
  117. memory read */
  118. #define ANOMALY_05000199 /* DMA current address shows wrong value during carry
  119. fix */
  120. #define ANOMALY_05000200 /* SPORT TFS and DT are incorrectly driven during
  121. inactive channels in certain conditions */
  122. #define ANOMALY_05000202 /* Possible infinite stall with specific dual-DAG
  123. situation */
  124. #define ANOMALY_05000204 /* Incorrect data read with write-through cache and
  125. allocate cache lines on reads only mode */
  126. #define ANOMALY_05000205 /* Specific sequence that can cause DMA error or DMA
  127. stopping */
  128. #define ANOMALY_05000207 /* Recovery from "brown-out" condition */
  129. #define ANOMALY_05000209 /* Speed-Path in computational unit affects certain
  130. instructions */
  131. #define ANOMALY_05000215 /* UART TX Interrupt masked erroneously */
  132. #define ANOMALY_05000219 /* NMI event at boot time results in unpredictable
  133. state */
  134. #define ANOMALY_05000220 /* Data Corruption with Cached External Memory and
  135. Non-Cached On-Chip L2 Memory */
  136. #define ANOMALY_05000225 /* Incorrect pulse-width of UART start-bit */
  137. #define ANOMALY_05000227 /* Scratchpad memory bank reads may return incorrect
  138. data */
  139. #define ANOMALY_05000230 /* UART Receiver is less robust against Baudrate
  140. Differences in certain Conditions */
  141. #define ANOMALY_05000231 /* UART STB bit incorrectly affects receiver setting */
  142. #define ANOMALY_05000232 /* SPORT data transmit lines are incorrectly driven in
  143. multichannel mode */
  144. #define ANOMALY_05000242 /* DF bit in PLL_CTL register does not respond to
  145. hardware reset */
  146. #define ANOMALY_05000244 /* If i-cache is on, CSYNC/SSYNC/IDLE around Change of
  147. Control causes failures */
  148. #define ANOMALY_05000248 /* TESTSET operation forces stall on the other core */
  149. #define ANOMALY_05000250 /* Incorrect Bit-Shift of Data Word in Multichannel
  150. (TDM) mode in certain conditions */
  151. #define ANOMALY_05000251 /* Exception not generated for MMR accesses in
  152. reserved region */
  153. #define ANOMALY_05000253 /* Maximum external clock speed for Timers */
  154. #define ANOMALY_05000258 /* Instruction Cache is corrupted when bits 9 and 12
  155. of the ICPLB Data registers differ */
  156. #define ANOMALY_05000260 /* ICPLB_STATUS MMR register may be corrupted */
  157. #define ANOMALY_05000261 /* DCPLB_FAULT_ADDR MMR register may be corrupted */
  158. #define ANOMALY_05000262 /* Stores to data cache may be lost */
  159. #define ANOMALY_05000263 /* Hardware loop corrupted when taking an ICPLB
  160. exception */
  161. #define ANOMALY_05000264 /* CSYNC/SSYNC/IDLE causes infinite stall in second
  162. to last instruction in hardware loop */
  163. #define ANOMALY_05000276 /* Timing requirements change for External Frame
  164. Sync PPI Modes with non-zero PPI_DELAY */
  165. #define ANOMALY_05000278 /* Disabling Peripherals with DMA running may cause
  166. DMA system instability */
  167. #define ANOMALY_05000281 /* False Hardware Error Exception when ISR context is
  168. not restored */
  169. #define ANOMALY_05000283 /* An MMR write is stalled indefinitely when killed
  170. in a particular stage */
  171. #define ANOMALY_05000287 /* A read will receive incorrect data under certain
  172. conditions */
  173. #define ANOMALY_05000288 /* SPORTs may receive bad data if FIFOs fill up */
  174. #endif
  175. #endif /* _MACH_ANOMALY_H_ */