anomaly.h 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * File: include/asm-blackfin/mach-bf518/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. * - ????
  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. /* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
  16. #define ANOMALY_05000122 (1)
  17. /* False Hardware Error from an Access in the Shadow of a Conditional Branch */
  18. #define ANOMALY_05000245 (1)
  19. /* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
  20. #define ANOMALY_05000265 (1)
  21. /* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
  22. #define ANOMALY_05000310 (1)
  23. /* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
  24. #define ANOMALY_05000366 (1)
  25. /* Lockbox SESR Firmware Does Not Save/Restore Full Context */
  26. #define ANOMALY_05000405 (1)
  27. /* Lockbox Firmware Memory Cleanup Routine Does not Clear Registers */
  28. #define ANOMALY_05000408 (1)
  29. /* Speculative Fetches Can Cause Undesired External FIFO Operations */
  30. #define ANOMALY_05000416 (1)
  31. /* TWI Fall Time (Tof) May Violate the Minimum I2C Specification */
  32. #define ANOMALY_05000421 (1)
  33. /* TWI Input Capacitance (Ci) May Violate the Maximum I2C Specification */
  34. #define ANOMALY_05000422 (1)
  35. /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
  36. #define ANOMALY_05000426 (1)
  37. /* Software System Reset Corrupts PLL_LOCKCNT Register */
  38. #define ANOMALY_05000430 (1)
  39. /* Incorrect Use of Stack in Lockbox Firmware During Authentication */
  40. #define ANOMALY_05000431 (1)
  41. /* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
  42. #define ANOMALY_05000435 (1)
  43. /* PORTx_DRIVE and PORTx_HYSTERESIS Registers Read Back Incorrect Values */
  44. #define ANOMALY_05000438 (1)
  45. /* Preboot Cannot be Used to Program the PLL_DIV Register */
  46. #define ANOMALY_05000439 (1)
  47. /* bfrom_SysControl() Cannot be Used to Write the PLL_DIV Register */
  48. #define ANOMALY_05000440 (1)
  49. /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
  50. #define ANOMALY_05000443 (1)
  51. /* Incorrect L1 Instruction Bank B Memory Map Location */
  52. #define ANOMALY_05000444 (1)
  53. /* Anomalies that don't exist on this proc */
  54. #define ANOMALY_05000125 (0)
  55. #define ANOMALY_05000158 (0)
  56. #define ANOMALY_05000183 (0)
  57. #define ANOMALY_05000198 (0)
  58. #define ANOMALY_05000230 (0)
  59. #define ANOMALY_05000244 (0)
  60. #define ANOMALY_05000261 (0)
  61. #define ANOMALY_05000263 (0)
  62. #define ANOMALY_05000266 (0)
  63. #define ANOMALY_05000273 (0)
  64. #define ANOMALY_05000285 (0)
  65. #define ANOMALY_05000307 (0)
  66. #define ANOMALY_05000311 (0)
  67. #define ANOMALY_05000312 (0)
  68. #define ANOMALY_05000323 (0)
  69. #define ANOMALY_05000353 (0)
  70. #define ANOMALY_05000363 (0)
  71. #define ANOMALY_05000386 (0)
  72. #endif