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