anomaly.h 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /*
  2. * DO NOT EDIT THIS FILE
  3. * This file is under version control at
  4. * svn://sources.blackfin.uclinux.org/toolchain/trunk/proc-defs/header-frags/
  5. * and can be replaced with that version at any time
  6. * DO NOT EDIT THIS FILE
  7. *
  8. * Copyright 2004-2010 Analog Devices Inc.
  9. * Licensed under the ADI BSD license.
  10. * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
  11. */
  12. /* This file should be up to date with:
  13. * - Revision I, 05/25/2010; ADSP-BF538/BF538F Blackfin Processor Anomaly List
  14. * - Revision N, 05/25/2010; ADSP-BF539/BF539F Blackfin Processor Anomaly List
  15. */
  16. #ifndef _MACH_ANOMALY_H_
  17. #define _MACH_ANOMALY_H_
  18. /* We do not support old silicon - sorry */
  19. #if __SILICON_REVISION__ < 4
  20. # error will not work on BF538/BF539 silicon version 0.0, 0.1, 0.2, or 0.3
  21. #endif
  22. #if defined(__ADSPBF538__)
  23. # define ANOMALY_BF538 1
  24. #else
  25. # define ANOMALY_BF538 0
  26. #endif
  27. #if defined(__ADSPBF539__)
  28. # define ANOMALY_BF539 1
  29. #else
  30. # define ANOMALY_BF539 0
  31. #endif
  32. /* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
  33. #define ANOMALY_05000074 (1)
  34. /* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
  35. #define ANOMALY_05000119 (1)
  36. /* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
  37. #define ANOMALY_05000122 (1)
  38. /* PPI Data Lengths between 8 and 16 Do Not Zero Out Upper Bits */
  39. #define ANOMALY_05000166 (1)
  40. /* PPI_COUNT Cannot Be Programmed to 0 in General Purpose TX or RX Modes */
  41. #define ANOMALY_05000179 (1)
  42. /* PPI_DELAY Not Functional in PPI Modes with 0 Frame Syncs */
  43. #define ANOMALY_05000180 (1)
  44. /* False I/O Pin Interrupts on Edge-Sensitive Inputs When Polarity Setting Is Changed */
  45. #define ANOMALY_05000193 (1)
  46. /* Current DMA Address Shows Wrong Value During Carry Fix */
  47. #define ANOMALY_05000199 (__SILICON_REVISION__ < 4)
  48. /* NMI Event at Boot Time Results in Unpredictable State */
  49. #define ANOMALY_05000219 (1)
  50. /* SPI Slave Boot Mode Modifies Registers from Reset Value */
  51. #define ANOMALY_05000229 (1)
  52. /* PPI_FS3 Is Not Driven in 2 or 3 Internal Frame Sync Transmit Modes */
  53. #define ANOMALY_05000233 (1)
  54. /* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
  55. #define ANOMALY_05000244 (__SILICON_REVISION__ < 3)
  56. /* False Hardware Error from an Access in the Shadow of a Conditional Branch */
  57. #define ANOMALY_05000245 (1)
  58. /* Maximum External Clock Speed for Timers */
  59. #define ANOMALY_05000253 (1)
  60. /* DCPLB_FAULT_ADDR MMR Register May Be Corrupted */
  61. #define ANOMALY_05000261 (__SILICON_REVISION__ < 3)
  62. /* High I/O Activity Causes Output Voltage of Internal Voltage Regulator (Vddint) to Decrease */
  63. #define ANOMALY_05000270 (__SILICON_REVISION__ < 4)
  64. /* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */
  65. #define ANOMALY_05000272 (1)
  66. /* Writes to Synchronous SDRAM Memory May Be Lost */
  67. #define ANOMALY_05000273 (__SILICON_REVISION__ < 4)
  68. /* Writes to an I/O Data Register One SCLK Cycle after an Edge Is Detected May Clear Interrupt */
  69. #define ANOMALY_05000277 (__SILICON_REVISION__ < 4)
  70. /* Disabling Peripherals with DMA Running May Cause DMA System Instability */
  71. #define ANOMALY_05000278 (__SILICON_REVISION__ < 4)
  72. /* False Hardware Error Exception when ISR Context Is Not Restored */
  73. #define ANOMALY_05000281 (__SILICON_REVISION__ < 4)
  74. /* Memory DMA Corruption with 32-Bit Data and Traffic Control */
  75. #define ANOMALY_05000282 (__SILICON_REVISION__ < 4)
  76. /* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */
  77. #define ANOMALY_05000283 (__SILICON_REVISION__ < 4)
  78. /* SPORTs May Receive Bad Data If FIFOs Fill Up */
  79. #define ANOMALY_05000288 (__SILICON_REVISION__ < 4)
  80. /* Reads from CAN Mailbox and Acceptance Mask Area Can Fail */
  81. #define ANOMALY_05000291 (__SILICON_REVISION__ < 4)
  82. /* Hibernate Leakage Current Is Higher Than Specified */
  83. #define ANOMALY_05000293 (__SILICON_REVISION__ < 4)
  84. /* Timer Pin Limitations for PPI TX Modes with External Frame Syncs */
  85. #define ANOMALY_05000294 (1)
  86. /* Memory-To-Memory DMA Source/Destination Descriptors Must Be in Same Memory Space */
  87. #define ANOMALY_05000301 (__SILICON_REVISION__ < 4)
  88. /* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */
  89. #define ANOMALY_05000304 (__SILICON_REVISION__ < 4)
  90. /* SCKELOW Bit Does Not Maintain State Through Hibernate */
  91. #define ANOMALY_05000307 (__SILICON_REVISION__ < 4)
  92. /* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
  93. #define ANOMALY_05000310 (1)
  94. /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
  95. #define ANOMALY_05000312 (__SILICON_REVISION__ < 5)
  96. /* PPI Is Level-Sensitive on First Transfer In Single Frame Sync Modes */
  97. #define ANOMALY_05000313 (__SILICON_REVISION__ < 4)
  98. /* Killed System MMR Write Completes Erroneously on Next System MMR Access */
  99. #define ANOMALY_05000315 (__SILICON_REVISION__ < 4)
  100. /* PFx Glitch on Write to FIO_FLAG_D or FIO_FLAG_T */
  101. #define ANOMALY_05000318 (ANOMALY_BF539 && __SILICON_REVISION__ < 4)
  102. /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
  103. #define ANOMALY_05000355 (__SILICON_REVISION__ < 5)
  104. /* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
  105. #define ANOMALY_05000357 (__SILICON_REVISION__ < 5)
  106. /* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
  107. #define ANOMALY_05000366 (1)
  108. /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
  109. #define ANOMALY_05000371 (__SILICON_REVISION__ < 5)
  110. /* Entering Hibernate State with Peripheral Wakeups Enabled Draws Excess Current */
  111. #define ANOMALY_05000374 (__SILICON_REVISION__ == 4)
  112. /* GPIO Pins PC1 and PC4 Can Function as Normal Outputs */
  113. #define ANOMALY_05000375 (__SILICON_REVISION__ < 4)
  114. /* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */
  115. #define ANOMALY_05000402 (__SILICON_REVISION__ == 3)
  116. /* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
  117. #define ANOMALY_05000403 (1)
  118. /* Speculative Fetches Can Cause Undesired External FIFO Operations */
  119. #define ANOMALY_05000416 (1)
  120. /* Multichannel SPORT Channel Misalignment Under Specific Configuration */
  121. #define ANOMALY_05000425 (1)
  122. /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
  123. #define ANOMALY_05000426 (1)
  124. /* Specific GPIO Pins May Change State when Entering Hibernate */
  125. #define ANOMALY_05000436 (__SILICON_REVISION__ > 3)
  126. /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
  127. #define ANOMALY_05000443 (1)
  128. /* False Hardware Error when RETI Points to Invalid Memory */
  129. #define ANOMALY_05000461 (1)
  130. /* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
  131. #define ANOMALY_05000462 (1)
  132. /* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */
  133. #define ANOMALY_05000473 (1)
  134. /* Possible Lockup Condition whem Modifying PLL from External Memory */
  135. #define ANOMALY_05000475 (1)
  136. /* TESTSET Instruction Cannot Be Interrupted */
  137. #define ANOMALY_05000477 (1)
  138. /* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
  139. #define ANOMALY_05000481 (1)
  140. /* IFLUSH sucks at life */
  141. #define ANOMALY_05000491 (1)
  142. /* Anomalies that don't exist on this proc */
  143. #define ANOMALY_05000099 (0)
  144. #define ANOMALY_05000120 (0)
  145. #define ANOMALY_05000125 (0)
  146. #define ANOMALY_05000149 (0)
  147. #define ANOMALY_05000158 (0)
  148. #define ANOMALY_05000171 (0)
  149. #define ANOMALY_05000182 (0)
  150. #define ANOMALY_05000189 (0)
  151. #define ANOMALY_05000198 (0)
  152. #define ANOMALY_05000202 (0)
  153. #define ANOMALY_05000215 (0)
  154. #define ANOMALY_05000220 (0)
  155. #define ANOMALY_05000227 (0)
  156. #define ANOMALY_05000230 (0)
  157. #define ANOMALY_05000231 (0)
  158. #define ANOMALY_05000234 (0)
  159. #define ANOMALY_05000242 (0)
  160. #define ANOMALY_05000248 (0)
  161. #define ANOMALY_05000250 (0)
  162. #define ANOMALY_05000254 (0)
  163. #define ANOMALY_05000257 (0)
  164. #define ANOMALY_05000263 (0)
  165. #define ANOMALY_05000266 (0)
  166. #define ANOMALY_05000274 (0)
  167. #define ANOMALY_05000287 (0)
  168. #define ANOMALY_05000305 (0)
  169. #define ANOMALY_05000311 (0)
  170. #define ANOMALY_05000323 (0)
  171. #define ANOMALY_05000353 (1)
  172. #define ANOMALY_05000362 (1)
  173. #define ANOMALY_05000363 (0)
  174. #define ANOMALY_05000364 (0)
  175. #define ANOMALY_05000380 (0)
  176. #define ANOMALY_05000386 (1)
  177. #define ANOMALY_05000389 (0)
  178. #define ANOMALY_05000400 (0)
  179. #define ANOMALY_05000412 (0)
  180. #define ANOMALY_05000430 (0)
  181. #define ANOMALY_05000432 (0)
  182. #define ANOMALY_05000435 (0)
  183. #define ANOMALY_05000440 (0)
  184. #define ANOMALY_05000447 (0)
  185. #define ANOMALY_05000448 (0)
  186. #define ANOMALY_05000456 (0)
  187. #define ANOMALY_05000450 (0)
  188. #define ANOMALY_05000465 (0)
  189. #define ANOMALY_05000467 (0)
  190. #define ANOMALY_05000474 (0)
  191. #define ANOMALY_05000485 (0)
  192. #endif