anomaly.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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-2012 Analog Devices Inc.
  9. * Licensed under the Clear BSD license.
  10. */
  11. /* This file should be up to date with:
  12. * - Revision A, 15/06/2012; ADSP-BF609 Blackfin Processor Anomaly List
  13. */
  14. #if __SILICON_REVISION__ < 0
  15. # error will not work on BF609 silicon version
  16. #endif
  17. #ifndef _MACH_ANOMALY_H_
  18. #define _MACH_ANOMALY_H_
  19. /* TRU_STAT.ADDRERR and TRU_ERRADDR.ADDR May Not Reflect the Correct Status */
  20. #define ANOMALY_16000003 (1)
  21. /* The EPPI Data Enable (DEN) Signal is Not Functional */
  22. #define ANOMALY_16000004 (__SILICON_REVISION__ < 1)
  23. /* Using L1 Instruction Cache with Parity Enabled is Unreliable */
  24. #define ANOMALY_16000005 (__SILICON_REVISION__ < 1)
  25. /* SEQSTAT.SYSNMI Clears Upon Entering the NMI ISR */
  26. #define ANOMALY_16000006 (__SILICON_REVISION__ < 1)
  27. /* DDR2 Memory Reads May Fail Intermittently */
  28. #define ANOMALY_16000007 (1)
  29. /* Instruction Memory Stalls Can Cause IFLUSH to Fail */
  30. #define ANOMALY_16000008 (1)
  31. /* TestSET Instruction Cannot Be Interrupted */
  32. #define ANOMALY_16000009 (1)
  33. /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
  34. #define ANOMALY_16000010 (1)
  35. /* False Hardware Error when RETI Points to Invalid Memory */
  36. #define ANOMALY_16000011 (1)
  37. /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
  38. #define ANOMALY_16000012 (1)
  39. /* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
  40. #define ANOMALY_16000013 (1)
  41. /* False Hardware Error from an Access in the Shadow of a Conditional Branch */
  42. #define ANOMALY_16000014 (1)
  43. /* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
  44. #define ANOMALY_16000015 (1)
  45. /* Speculative Fetches Can Cause Undesired External FIFO Operations */
  46. #define ANOMALY_16000017 (1)
  47. /* RSI Boot Cleanup Routine Does Not Clear Registers */
  48. #define ANOMALY_16000018 (__SILICON_REVISION__ < 1)
  49. /* SPI Master Boot Device Auto-detection Frequency is Set Incorrectly */
  50. #define ANOMALY_16000019 (__SILICON_REVISION__ < 1)
  51. /* rom_SysControl() Fails to Set DDR0_CTL.INIT for Wakeup From Hibernate */
  52. #define ANOMALY_16000020 (__SILICON_REVISION__ < 1)
  53. /* rom_SysControl() Fails to Save and Restore DDR0_PHYCTL3 for Hibernate/Wakeup Sequence */
  54. #define ANOMALY_16000021 (__SILICON_REVISION__ < 1)
  55. /* Boot Code Fails to Enable Parity Fault Detection */
  56. #define ANOMALY_16000022 (__SILICON_REVISION__ < 1)
  57. /* Rom_SysControl Does not Update CGU0_CLKOUTSEL */
  58. #define ANOMALY_16000023 (__SILICON_REVISION__ < 1)
  59. /* Spurious Fault Signaled After Clearing an Externally Generated Fault */
  60. #define ANOMALY_16000024 (1)
  61. /* SPORT May Drive Data Pins During Inactive Channels in Multichannel Mode */
  62. #define ANOMALY_16000025 (1)
  63. /* USB DMA interrupt status do not show the DMA channel interrupt in the DMA ISR */
  64. #define ANOMALY_16000027 (__SILICON_REVISION__ < 1)
  65. /* Default SPI Master Boot Mode Setting is Incorrect */
  66. #define ANOMALY_16000028 (__SILICON_REVISION__ < 1)
  67. /* PPI tDFSPI Timing Does Not Meet Data Sheet Specification */
  68. #define ANOMALY_16000027 (__SILICON_REVISION__ < 1)
  69. /* Interrupted Core Reads of MMRs May Cause Data Loss */
  70. #define ANOMALY_16000030 (__SILICON_REVISION__ < 1)
  71. /* Incorrect Default USB_PLL_OSC.PLLM Value */
  72. #define ANOMALY_16000031 (__SILICON_REVISION__ < 1)
  73. /* Core Reads of System MMRs May Cause the Core to Hang */
  74. #define ANOMALY_16000032 (__SILICON_REVISION__ < 1)
  75. /* PPI Data Underflow on First Word Not Reported in Certain Modes */
  76. #define ANOMALY_16000033 (1)
  77. /* CNV1 Red Pixel Substitution feature not functional in the PVP */
  78. #define ANOMALY_16000034 (__SILICON_REVISION__ < 1)
  79. /* IPF0 Output Port Color Separation feature not functional */
  80. #define ANOMALY_16000035 (__SILICON_REVISION__ < 1)
  81. /* Spurious USB Wake From Hibernate May Occur When USB_VBUS is Low */
  82. #define ANOMALY_16000036 (__SILICON_REVISION__ < 1)
  83. /* Core RAISE 2 Instruction Not Latched When Executed at Priority Level 0, 1, or 2 */
  84. #define ANOMALY_16000037 (__SILICON_REVISION__ < 1)
  85. /* Spurious Unhandled NMI or L1 Memory Parity Error Interrupt May Occur Upon Entering the NMI ISR */
  86. #define ANOMALY_16000038 (__SILICON_REVISION__ < 1)
  87. /* CGU_STAT.PLOCKERR Bit May be Unreliable */
  88. #define ANOMALY_16000039 (1)
  89. /* JTAG Emulator Reads of SDU_IDCODE Alter Register Contents */
  90. #define ANOMALY_16000040 (1)
  91. /* IFLUSH Instruction Causes Parity Error When Parity Is Enabled */
  92. #define ANOMALY_16000041 (1)
  93. /* Instruction Cache Failure When Parity Is Enabled */
  94. #define ANOMALY_16000042 (__SILICON_REVISION__ == 1)
  95. /* Anomalies that don't exist on this proc */
  96. #define ANOMALY_05000158 (0)
  97. #define ANOMALY_05000189 (0)
  98. #define ANOMALY_05000198 (0)
  99. #define ANOMALY_05000220 (0)
  100. #define ANOMALY_05000230 (0)
  101. #define ANOMALY_05000231 (0)
  102. #define ANOMALY_05000244 (0)
  103. #define ANOMALY_05000263 (0)
  104. #define ANOMALY_05000273 (0)
  105. #define ANOMALY_05000274 (0)
  106. #define ANOMALY_05000278 (0)
  107. #define ANOMALY_05000281 (0)
  108. #define ANOMALY_05000287 (0)
  109. #define ANOMALY_05000311 (0)
  110. #define ANOMALY_05000312 (0)
  111. #define ANOMALY_05000323 (0)
  112. #define ANOMALY_05000363 (0)
  113. #define ANOMALY_05000380 (0)
  114. #define ANOMALY_05000448 (0)
  115. #define ANOMALY_05000450 (0)
  116. #define ANOMALY_05000456 (0)
  117. #define ANOMALY_05000480 (0)
  118. #define ANOMALY_05000481 (1)
  119. /* Reuse BF5xx anomalies IDs for the same anomaly in BF60x */
  120. #define ANOMALY_05000491 ANOMALY_16000008
  121. #define ANOMALY_05000477 ANOMALY_16000009
  122. #define ANOMALY_05000443 ANOMALY_16000010
  123. #define ANOMALY_05000461 ANOMALY_16000011
  124. #define ANOMALY_05000426 ANOMALY_16000012
  125. #define ANOMALY_05000310 ANOMALY_16000013
  126. #define ANOMALY_05000245 ANOMALY_16000014
  127. #define ANOMALY_05000074 ANOMALY_16000015
  128. #define ANOMALY_05000416 ANOMALY_16000017
  129. #endif