anomaly.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 (1)
  23. /* Using L1 Instruction Cache with Parity Enabled is Unreliable */
  24. #define ANOMALY_16000005 (1)
  25. /* SEQSTAT.SYSNMI Clears Upon Entering the NMI ISR */
  26. #define ANOMALY_16000006 (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 (1)
  49. /* SPI Master Boot Device Auto-detection Frequency is Set Incorrectly */
  50. #define ANOMALY_16000019 (1)
  51. /* rom_SysControl() Fails to Set DDR0_CTL.INIT for Wakeup From Hibernate */
  52. #define ANOMALY_16000020 (1)
  53. /* rom_SysControl() Fails to Save and Restore DDR0_PHYCTL3 for Hibernate/Wakeup Sequence */
  54. #define ANOMALY_16000021 (1)
  55. /* Boot Code Fails to Enable Parity Fault Detection */
  56. #define ANOMALY_16000022 (1)
  57. /* USB DMA interrupt status do not show the DMA channel interrupt in the DMA ISR */
  58. #define ANOMALY_16000027 (1)
  59. /* Interrupted Core Reads of MMRs May Cause Data Loss */
  60. #define ANOMALY_16000030 (1)
  61. /* Anomalies that don't exist on this proc */
  62. #define ANOMALY_05000158 (0)
  63. #define ANOMALY_05000189 (0)
  64. #define ANOMALY_05000198 (0)
  65. #define ANOMALY_05000220 (0)
  66. #define ANOMALY_05000230 (0)
  67. #define ANOMALY_05000231 (0)
  68. #define ANOMALY_05000244 (0)
  69. #define ANOMALY_05000263 (0)
  70. #define ANOMALY_05000273 (0)
  71. #define ANOMALY_05000274 (0)
  72. #define ANOMALY_05000278 (0)
  73. #define ANOMALY_05000281 (0)
  74. #define ANOMALY_05000287 (0)
  75. #define ANOMALY_05000311 (0)
  76. #define ANOMALY_05000312 (0)
  77. #define ANOMALY_05000323 (0)
  78. #define ANOMALY_05000363 (0)
  79. #define ANOMALY_05000380 (0)
  80. #define ANOMALY_05000448 (0)
  81. #define ANOMALY_05000450 (0)
  82. #define ANOMALY_05000456 (0)
  83. #define ANOMALY_05000480 (0)
  84. #define ANOMALY_05000481 (1)
  85. /* Reuse BF5xx anomalies IDs for the same anomaly in BF60x */
  86. #define ANOMALY_05000491 ANOMALY_16000008
  87. #define ANOMALY_05000477 ANOMALY_16000009
  88. #define ANOMALY_05000443 ANOMALY_16000010
  89. #define ANOMALY_05000461 ANOMALY_16000011
  90. #define ANOMALY_05000426 ANOMALY_16000012
  91. #define ANOMALY_05000310 ANOMALY_16000013
  92. #define ANOMALY_05000245 ANOMALY_16000014
  93. #define ANOMALY_05000074 ANOMALY_16000015
  94. #define ANOMALY_05000416 ANOMALY_16000017
  95. #endif