|
@@ -2,7 +2,7 @@
|
|
* File: include/asm-blackfin/mach-bf533/anomaly.h
|
|
* File: include/asm-blackfin/mach-bf533/anomaly.h
|
|
* Bugs: Enter bugs at http://blackfin.uclinux.org/
|
|
* Bugs: Enter bugs at http://blackfin.uclinux.org/
|
|
*
|
|
*
|
|
- * Copyright (C) 2004-2007 Analog Devices Inc.
|
|
|
|
|
|
+ * Copyright (C) 2004-2008 Analog Devices Inc.
|
|
* Licensed under the GPL-2 or later.
|
|
* Licensed under the GPL-2 or later.
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -176,6 +176,21 @@
|
|
#define ANOMALY_05000315 (1)
|
|
#define ANOMALY_05000315 (1)
|
|
/* Internal Voltage Regulator Values of 1.05V, 1.10V and 1.15V Not Allowed for LQFP Packages */
|
|
/* Internal Voltage Regulator Values of 1.05V, 1.10V and 1.15V Not Allowed for LQFP Packages */
|
|
#define ANOMALY_05000319 (ANOMALY_BF531 || ANOMALY_BF532)
|
|
#define ANOMALY_05000319 (ANOMALY_BF531 || ANOMALY_BF532)
|
|
|
|
+/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
|
|
|
|
+#define ANOMALY_05000357 (1)
|
|
|
|
+/* UART Break Signal Issues */
|
|
|
|
+#define ANOMALY_05000363 (__SILICON_REVISION__ < 5)
|
|
|
|
+/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
|
|
|
|
+#define ANOMALY_05000366 (1)
|
|
|
|
+/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
|
|
|
+#define ANOMALY_05000371 (1)
|
|
|
|
+/* PPI Does Not Start Properly In Specific Mode */
|
|
|
|
+#define ANOMALY_05000400 (__SILICON_REVISION__ >= 5)
|
|
|
|
+/* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */
|
|
|
|
+#define ANOMALY_05000402 (__SILICON_REVISION__ >= 5)
|
|
|
|
+/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
|
|
|
+#define ANOMALY_05000403 (1)
|
|
|
|
+
|
|
|
|
|
|
/* These anomalies have been "phased" out of analog.com anomaly sheets and are
|
|
/* These anomalies have been "phased" out of analog.com anomaly sheets and are
|
|
* here to show running on older silicon just isn't feasible.
|
|
* here to show running on older silicon just isn't feasible.
|
|
@@ -249,20 +264,6 @@
|
|
#define ANOMALY_05000192 (__SILICON_REVISION__ < 3)
|
|
#define ANOMALY_05000192 (__SILICON_REVISION__ < 3)
|
|
/* Internal Voltage Regulator may not start up */
|
|
/* Internal Voltage Regulator may not start up */
|
|
#define ANOMALY_05000206 (__SILICON_REVISION__ < 3)
|
|
#define ANOMALY_05000206 (__SILICON_REVISION__ < 3)
|
|
-/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
|
|
|
|
-#define ANOMALY_05000357 (1)
|
|
|
|
-/* UART Break Signal Issues */
|
|
|
|
-#define ANOMALY_05000363 (__SILICON_REVISION__ < 5)
|
|
|
|
-/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
|
|
|
|
-#define ANOMALY_05000366 (1)
|
|
|
|
-/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
|
|
|
|
-#define ANOMALY_05000371 (1)
|
|
|
|
-/* PPI Does Not Start Properly In Specific Mode */
|
|
|
|
-#define ANOMALY_05000400 (__SILICON_REVISION__ == 5)
|
|
|
|
-/* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */
|
|
|
|
-#define ANOMALY_05000402 (__SILICON_REVISION__ == 5)
|
|
|
|
-/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
|
|
|
-#define ANOMALY_05000403 (1)
|
|
|
|
|
|
|
|
/* Anomalies that don't exist on this proc */
|
|
/* Anomalies that don't exist on this proc */
|
|
#define ANOMALY_05000266 (0)
|
|
#define ANOMALY_05000266 (0)
|