blob: b69bd9af38ddad9a7b218387fedf34704addf5c4 [file] [log] [blame]
Bryan Wu2f6f4bc2008-11-18 17:48:21 +08001/*
2 * File: include/asm-blackfin/mach-bf518/anomaly.h
3 * Bugs: Enter bugs at http://blackfin.uclinux.org/
4 *
Mike Frysingerc18e99c2009-03-04 17:36:49 +08005 * Copyright (C) 2004-2009 Analog Devices Inc.
Bryan Wu2f6f4bc2008-11-18 17:48:21 +08006 * Licensed under the GPL-2 or later.
7 */
8
Mike Frysingera4136472009-05-08 07:40:25 +00009/* This file should be up to date with:
Mike Frysingerc18e99c2009-03-04 17:36:49 +080010 * - Revision B, 02/03/2009; ADSP-BF512/BF514/BF516/BF518 Blackfin Processor Anomaly List
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080011 */
12
Mike Frysingera4136472009-05-08 07:40:25 +000013/* We plan on not supporting 0.0 silicon, but 0.1 isn't out yet - sorry */
14#if __SILICON_REVISION__ < 0
15# error will not work on BF518 silicon version
16#endif
17
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080018#ifndef _MACH_ANOMALY_H_
19#define _MACH_ANOMALY_H_
20
Mike Frysingera4136472009-05-08 07:40:25 +000021/* Multi-issue instruction with dsp32shiftimm in slot1 and P-reg store in slot 2 not supported */
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080022#define ANOMALY_05000074 (1)
23/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
24#define ANOMALY_05000122 (1)
25/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
26#define ANOMALY_05000245 (1)
Mike Frysingerc18e99c2009-03-04 17:36:49 +080027/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
28#define ANOMALY_05000254 (1)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080029/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
30#define ANOMALY_05000265 (1)
31/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
32#define ANOMALY_05000310 (1)
33/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
34#define ANOMALY_05000366 (1)
35/* Lockbox SESR Firmware Does Not Save/Restore Full Context */
36#define ANOMALY_05000405 (1)
37/* Lockbox Firmware Memory Cleanup Routine Does not Clear Registers */
38#define ANOMALY_05000408 (1)
39/* Speculative Fetches Can Cause Undesired External FIFO Operations */
40#define ANOMALY_05000416 (1)
41/* TWI Fall Time (Tof) May Violate the Minimum I2C Specification */
42#define ANOMALY_05000421 (1)
43/* TWI Input Capacitance (Ci) May Violate the Maximum I2C Specification */
44#define ANOMALY_05000422 (1)
45/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
46#define ANOMALY_05000426 (1)
47/* Software System Reset Corrupts PLL_LOCKCNT Register */
48#define ANOMALY_05000430 (1)
49/* Incorrect Use of Stack in Lockbox Firmware During Authentication */
50#define ANOMALY_05000431 (1)
51/* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
52#define ANOMALY_05000435 (1)
53/* PORTx_DRIVE and PORTx_HYSTERESIS Registers Read Back Incorrect Values */
54#define ANOMALY_05000438 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000055/* Preboot Cannot be Used to Alter the PLL_DIV Register */
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080056#define ANOMALY_05000439 (1)
57/* bfrom_SysControl() Cannot be Used to Write the PLL_DIV Register */
58#define ANOMALY_05000440 (1)
59/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
60#define ANOMALY_05000443 (1)
61/* Incorrect L1 Instruction Bank B Memory Map Location */
62#define ANOMALY_05000444 (1)
Mike Frysingerc18e99c2009-03-04 17:36:49 +080063/* Incorrect Default Hysteresis Setting for RESET, NMI, and BMODE Signals */
64#define ANOMALY_05000452 (1)
65/* PWM_TRIPB Signal Not Available on PG10 */
66#define ANOMALY_05000453 (1)
67/* PPI_FS3 is Driven One Half Cycle Later Than PPI Data */
68#define ANOMALY_05000455 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000069/* False Hardware Error when RETI points to invalid memory */
70#define ANOMALY_05000461 (1)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080071
72/* Anomalies that don't exist on this proc */
Mike Frysingera4136472009-05-08 07:40:25 +000073#define ANOMALY_05000099 (0)
74#define ANOMALY_05000119 (0)
75#define ANOMALY_05000120 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080076#define ANOMALY_05000125 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000077#define ANOMALY_05000149 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080078#define ANOMALY_05000158 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000079#define ANOMALY_05000171 (0)
80#define ANOMALY_05000179 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080081#define ANOMALY_05000183 (0)
82#define ANOMALY_05000198 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000083#define ANOMALY_05000215 (0)
84#define ANOMALY_05000220 (0)
85#define ANOMALY_05000227 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080086#define ANOMALY_05000230 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000087#define ANOMALY_05000231 (0)
88#define ANOMALY_05000233 (0)
89#define ANOMALY_05000242 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080090#define ANOMALY_05000244 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000091#define ANOMALY_05000248 (0)
92#define ANOMALY_05000250 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080093#define ANOMALY_05000261 (0)
94#define ANOMALY_05000263 (0)
95#define ANOMALY_05000266 (0)
96#define ANOMALY_05000273 (0)
Mike Frysingera4136472009-05-08 07:40:25 +000097#define ANOMALY_05000274 (0)
Mike Frysingeree554be2009-03-03 16:52:55 +080098#define ANOMALY_05000278 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +080099#define ANOMALY_05000285 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000100#define ANOMALY_05000287 (0)
101#define ANOMALY_05000301 (0)
Mike Frysingerc18e99c2009-03-04 17:36:49 +0800102#define ANOMALY_05000305 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +0800103#define ANOMALY_05000307 (0)
104#define ANOMALY_05000311 (0)
105#define ANOMALY_05000312 (0)
106#define ANOMALY_05000323 (0)
107#define ANOMALY_05000353 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000108#define ANOMALY_05000362 (1)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +0800109#define ANOMALY_05000363 (0)
Mike Frysingeree554be2009-03-03 16:52:55 +0800110#define ANOMALY_05000380 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +0800111#define ANOMALY_05000386 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000112#define ANOMALY_05000389 (0)
113#define ANOMALY_05000400 (0)
Mike Frysinger6651ece2009-01-07 23:14:38 +0800114#define ANOMALY_05000412 (0)
115#define ANOMALY_05000432 (0)
Mike Frysinger7dbc3f62009-03-06 00:20:49 +0800116#define ANOMALY_05000447 (0)
117#define ANOMALY_05000448 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000118#define ANOMALY_05000456 (0)
119#define ANOMALY_05000450 (0)
Bryan Wu2f6f4bc2008-11-18 17:48:21 +0800120
121#endif