anomaly.h 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*
  2. * File: include/asm-blackfin/mach-bf533/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 U, May 17, 2006; ADSP-BF533 Blackfin Processor Anomaly List
  32. * - Revision Y, May 17, 2006; ADSP-BF532 Blackfin Processor Anomaly List
  33. * - Revision T, May 17, 2006; ADSP-BF531 Blackfin Processor Anomaly List
  34. */
  35. #ifndef _MACH_ANOMALY_H_
  36. #define _MACH_ANOMALY_H_
  37. /* We do not support 0.1 or 0.2 silicon - sorry */
  38. #if (defined(CONFIG_BF_REV_0_1) || defined(CONFIG_BF_REV_0_2))
  39. #error Kernel will not work on BF533 Version 0.1 or 0.2
  40. #endif
  41. /* Issues that are common to 0.5, 0.4, and 0.3 silicon */
  42. #if (defined(CONFIG_BF_REV_0_5) || defined(CONFIG_BF_REV_0_4) || defined(CONFIG_BF_REV_0_3))
  43. #define ANOMALY_05000074 /* A multi issue instruction with dsp32shiftimm in
  44. slot1 and store of a P register in slot 2 is not
  45. supported */
  46. #define ANOMALY_05000105 /* Watchpoint Status Register (WPSTAT) bits are set on
  47. every corresponding match */
  48. #define ANOMALY_05000119 /* DMA_RUN bit is not valid after a Peripheral Receive
  49. Channel DMA stops */
  50. #define ANOMALY_05000122 /* Rx.H can not be used to access 16-bit System MMR
  51. registers. */
  52. #define ANOMALY_05000166 /* PPI Data Lengths Between 8 and 16 do not zero out
  53. upper bits*/
  54. #define ANOMALY_05000167 /* Turning Serial Ports on With External Frame Syncs */
  55. #define ANOMALY_05000180 /* PPI_DELAY not functional in PPI modes with 0 frame
  56. syncs */
  57. #define ANOMALY_05000208 /* VSTAT status bit in PLL_STAT register is not
  58. functional */
  59. #define ANOMALY_05000219 /* NMI event at boot time results in unpredictable
  60. state */
  61. #define ANOMALY_05000229 /* SPI Slave Boot Mode modifies registers */
  62. #define ANOMALY_05000272 /* Certain data cache write through modes fail for
  63. VDDint <=0.9V */
  64. #define ANOMALY_05000273 /* Writes to Synchronous SDRAM memory may be lost */
  65. #define ANOMALY_05000277 /* Writes to a flag data register one SCLK cycle after
  66. an edge is detected may clear interrupt */
  67. #define ANOMALY_05000278 /* Disabling Peripherals with DMA running may cause
  68. DMA system instability */
  69. #define ANOMALY_05000281 /* False Hardware Error Exception when ISR context is
  70. not restored */
  71. #define ANOMALY_05000282 /* Memory DMA corruption with 32-bit data and traffic
  72. control */
  73. #define ANOMALY_05000283 /* A system MMR write is stalled indefinitely when
  74. killed in a particular stage*/
  75. #define ANOMALY_05000312 /* Errors when SSYNC, CSYNC, or loads to LT, LB and LC
  76. registers are interrupted */
  77. #define ANOMALY_05000311 /* Erroneous flag pin operations under specific sequences*/
  78. #endif
  79. /* These issues only occur on 0.3 or 0.4 BF533 */
  80. #if (defined(CONFIG_BF_REV_0_4) || defined(CONFIG_BF_REV_0_3))
  81. #define ANOMALY_05000099 /* UART Line Status Register (UART_LSR) bits are not
  82. updated at the same time. */
  83. #define ANOMALY_05000158 /* Boot fails when data cache enabled: Data from a Data
  84. Cache Fill can be corrupted after or during
  85. Instruction DMA if certain core stalls exist */
  86. #define ANOMALY_05000179 /* PPI_COUNT cannot be programmed to 0 in General
  87. Purpose TX or RX modes */
  88. #define ANOMALY_05000198 /* Failing SYSTEM MMR accesses when stalled by
  89. preceding memory read */
  90. #define ANOMALY_05000200 /* SPORT TFS and DT are incorrectly driven during
  91. inactive channels in certain conditions */
  92. #define ANOMALY_05000202 /* Possible infinite stall with specific dual dag
  93. situation */
  94. #define ANOMALY_05000215 /* UART TX Interrupt masked erroneously */
  95. #define ANOMALY_05000225 /* Incorrect pulse-width of UART start-bit */
  96. #define ANOMALY_05000227 /* Scratchpad memory bank reads may return incorrect
  97. data*/
  98. #define ANOMALY_05000230 /* UART Receiver is less robust against Baudrate
  99. Differences in certain Conditions */
  100. #define ANOMALY_05000231 /* UART STB bit incorrectly affects receiver setting */
  101. #define ANOMALY_05000242 /* DF bit in PLL_CTL register does not respond to
  102. hardware reset */
  103. #define ANOMALY_05000244 /* With instruction cache enabled, a CSYNC or SSYNC or
  104. IDLE around a Change of Control causes
  105. unpredictable results */
  106. #define ANOMALY_05000245 /* Spurious Hardware Error from an access in the
  107. shadow of a conditional branch */
  108. #define ANOMALY_05000246 /* Data CPLB's should prevent spurious hardware
  109. errors */
  110. #define ANOMALY_05000253 /* Maximum external clock speed for Timers */
  111. #define ANOMALY_05000255 /* Entering Hibernate Mode with RTC Seconds event
  112. interrupt not functional */
  113. #define ANOMALY_05000257 /* An interrupt or exception during short Hardware
  114. loops may cause the instruction fetch unit to
  115. malfunction */
  116. #define ANOMALY_05000258 /* Instruction Cache is corrupted when bit 9 and 12 of
  117. the ICPLB Data registers differ */
  118. #define ANOMALY_05000260 /* ICPLB_STATUS MMR register may be corrupted */
  119. #define ANOMALY_05000261 /* DCPLB_FAULT_ADDR MMR register may be corrupted */
  120. #define ANOMALY_05000262 /* Stores to data cache may be lost */
  121. #define ANOMALY_05000263 /* Hardware loop corrupted when taking an ICPLB exception */
  122. #define ANOMALY_05000264 /* A Sync instruction (CSYNC, SSYNC) or an IDLE
  123. instruction will cause an infinite stall in the
  124. second to last instruction in a hardware loop */
  125. #define ANOMALY_05000265 /* Sensitivity to noise with slow input edge rates on
  126. SPORT external receive and transmit clocks. */
  127. #define ANOMALY_05000269 /* High I/O activity causes the output voltage of the
  128. internal voltage regulator (VDDint) to increase. */
  129. #define ANOMALY_05000270 /* High I/O activity causes the output voltage of the
  130. internal voltage regulator (VDDint) to decrease */
  131. #endif
  132. /* These issues are only on 0.4 silicon */
  133. #if (defined(CONFIG_BF_REV_0_4))
  134. #define ANOMALY_05000234 /* Incorrect Revision Number in DSPID Register */
  135. #define ANOMALY_05000250 /* Incorrect Bit-Shift of Data Word in Multichannel
  136. (TDM) */
  137. #endif
  138. /* These issues are only on 0.3 silicon */
  139. #if defined(CONFIG_BF_REV_0_3)
  140. #define ANOMALY_05000183 /* Timer Pin limitations for PPI TX Modes with
  141. External Frame Syncs */
  142. #define ANOMALY_05000189 /* False Protection Exceptions caused by Speculative
  143. Instruction or Data Fetches, or by Fetches at the
  144. boundary of reserved memory space */
  145. #define ANOMALY_05000193 /* False Flag Pin Interrupts on Edge Sensitive Inputs
  146. when polarity setting is changed */
  147. #define ANOMALY_05000194 /* Sport Restarting in specific modes may cause data
  148. corruption */
  149. #define ANOMALY_05000199 /* DMA current address shows wrong value during carry
  150. fix */
  151. #define ANOMALY_05000201 /* Receive frame sync not ignored during active
  152. frames in sport MCM */
  153. #define ANOMALY_05000203 /* Specific sequence that can cause DMA error or DMA
  154. stopping */
  155. #if defined(CONFIG_BF533)
  156. #define ANOMALY_05000204 /* Incorrect data read with write-through cache and
  157. allocate cache lines on reads only mode */
  158. #endif /* CONFIG_BF533 */
  159. #define ANOMALY_05000207 /* Recovery from "brown-out" condition */
  160. #define ANOMALY_05000209 /* Speed-Path in computational unit affects certain
  161. instructions */
  162. #define ANOMALY_05000233 /* PPI_FS3 is not driven in 2 or 3 internal Frame
  163. Sync Transmit Mode */
  164. #define ANOMALY_05000271 /* Spontaneous reset of Internal Voltage Regulator */
  165. #endif
  166. #endif /* _MACH_ANOMALY_H_ */