anomaly.h 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*
  2. * File: include/asm-blackfin/mach-bf527/anomaly.h
  3. * Bugs: Enter bugs at http://blackfin.uclinux.org/
  4. *
  5. * Copyright (C) 2004-2008 Analog Devices Inc.
  6. * Licensed under the GPL-2 or later.
  7. */
  8. /* This file shoule be up to date with:
  9. * - Revision C, 01/25/2008; ADSP-BF527 Blackfin Processor Anomaly List
  10. */
  11. #ifndef _MACH_ANOMALY_H_
  12. #define _MACH_ANOMALY_H_
  13. /* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
  14. #define ANOMALY_05000074 (1)
  15. /* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
  16. #define ANOMALY_05000119 (1)
  17. /* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
  18. #define ANOMALY_05000122 (1)
  19. /* Spurious Hardware Error from an Access in the Shadow of a Conditional Branch */
  20. #define ANOMALY_05000245 (1)
  21. /* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
  22. #define ANOMALY_05000265 (1)
  23. /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
  24. #define ANOMALY_05000312 (1)
  25. /* Incorrect Access of OTP_STATUS During otp_write() Function */
  26. #define ANOMALY_05000328 (1)
  27. /* Disallowed Configuration Prevents Subsequent Allowed Configuration on Host DMA Port */
  28. #define ANOMALY_05000337 (1)
  29. /* Ethernet MAC MDIO Reads Do Not Meet IEEE Specification */
  30. #define ANOMALY_05000341 (1)
  31. /* TWI May Not Operate Correctly Under Certain Signal Termination Conditions */
  32. #define ANOMALY_05000342 (1)
  33. /* USB Calibration Value Is Not Initialized */
  34. #define ANOMALY_05000346 (1)
  35. /* Preboot Routine Incorrectly Alters Reset Value of USB Register */
  36. #define ANOMALY_05000347 (1)
  37. /* Security Features Are Not Functional */
  38. #define ANOMALY_05000348 (__SILICON_REVISION__ < 1)
  39. /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
  40. #define ANOMALY_05000355 (1)
  41. /* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
  42. #define ANOMALY_05000357 (1)
  43. /* Incorrect Revision Number in DSPID Register */
  44. #define ANOMALY_05000364 (__SILICON_REVISION__ > 0)
  45. /* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
  46. #define ANOMALY_05000366 (1)
  47. /* New Feature: Higher Default CCLK Rate */
  48. #define ANOMALY_05000368 (1)
  49. /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
  50. #define ANOMALY_05000371 (1)
  51. /* Authentication Fails To Initiate */
  52. #define ANOMALY_05000376 (__SILICON_REVISION__ > 0)
  53. /* Data Read From L3 Memory by USB DMA May be Corrupted */
  54. #define ANOMALY_05000380 (1)
  55. /* USB Full-speed Mode not Fully Tested */
  56. #define ANOMALY_05000381 (1)
  57. /* New Feature: Boot from OTP Memory */
  58. #define ANOMALY_05000385 (1)
  59. /* New Feature: bfrom_SysControl() Routine */
  60. #define ANOMALY_05000386 (1)
  61. /* New Feature: Programmable Preboot Settings */
  62. #define ANOMALY_05000387 (1)
  63. /* Reset Vector Must Not Be in SDRAM Memory Space */
  64. #define ANOMALY_05000389 (1)
  65. /* New Feature: pTempCurrent Added to ADI_BOOT_DATA Structure */
  66. #define ANOMALY_05000392 (1)
  67. /* New Feature: dTempByteCount Value Increased in ADI_BOOT_DATA Structure */
  68. #define ANOMALY_05000393 (1)
  69. /* New Feature: Log Buffer Functionality */
  70. #define ANOMALY_05000394 (1)
  71. /* New Feature: Hook Routine Functionality */
  72. #define ANOMALY_05000395 (1)
  73. /* New Feature: Header Indirect Bit */
  74. #define ANOMALY_05000396 (1)
  75. /* New Feature: BK_ONES, BK_ZEROS, and BK_DATECODE Constants */
  76. #define ANOMALY_05000397 (1)
  77. /* New Feature: SWRESET, DFRESET and WDRESET Bits Added to SYSCR Register */
  78. #define ANOMALY_05000398 (1)
  79. /* New Feature: BCODE_NOBOOT Added to BCODE Field of SYSCR Register */
  80. #define ANOMALY_05000399 (1)
  81. /* PPI Data Signals D0 and D8 do not Tristate After Disabling PPI */
  82. #define ANOMALY_05000401 (1)
  83. /* Anomalies that don't exist on this proc */
  84. #define ANOMALY_05000125 (0)
  85. #define ANOMALY_05000158 (0)
  86. #define ANOMALY_05000183 (0)
  87. #define ANOMALY_05000198 (0)
  88. #define ANOMALY_05000230 (0)
  89. #define ANOMALY_05000244 (0)
  90. #define ANOMALY_05000261 (0)
  91. #define ANOMALY_05000263 (0)
  92. #define ANOMALY_05000266 (0)
  93. #define ANOMALY_05000273 (0)
  94. #define ANOMALY_05000307 (0)
  95. #define ANOMALY_05000311 (0)
  96. #define ANOMALY_05000323 (0)
  97. #define ANOMALY_05000353 (1)
  98. #define ANOMALY_05000363 (0)
  99. #endif