blob: 43df6afd22ad71c2fca56d00e708f7493204605b [file] [log] [blame]
Mike Frysingerd4d77302008-02-04 19:26:55 -05001/*
Mike Frysinger53ea1502010-05-05 02:38:34 -04002 * DO NOT EDIT THIS FILE
3 * This file is under version control at
4 * svn://sources.blackfin.uclinux.org/toolchain/trunk/proc-defs/header-frags/
5 * and can be replaced with that version at any time
6 * DO NOT EDIT THIS FILE
Mike Frysingerd4d77302008-02-04 19:26:55 -05007 *
Mike Frysinger53ea1502010-05-05 02:38:34 -04008 * Copyright 2004-2010 Analog Devices Inc.
9 * Licensed under the ADI BSD license.
10 * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
Mike Frysingerd4d77302008-02-04 19:26:55 -050011 */
12
Mike Frysinger51ee6e02009-04-04 08:22:36 -040013/* This file should be up to date with:
Mike Frysinger47832cd2008-10-06 03:45:55 -040014 * - Revision D, 09/18/2008; ADSP-BF534/ADSP-BF536/ADSP-BF537 Blackfin Processor Anomaly List
Mike Frysingerd4d77302008-02-04 19:26:55 -050015 */
16
17#ifndef _MACH_ANOMALY_H_
18#define _MACH_ANOMALY_H_
19
20/* We do not support 0.1 silicon - sorry */
21#if __SILICON_REVISION__ < 2
22# error will not work on BF537 silicon version 0.0 or 0.1
23#endif
24
25#if defined(__ADSPBF534__)
26# define ANOMALY_BF534 1
27#else
28# define ANOMALY_BF534 0
29#endif
30#if defined(__ADSPBF536__)
31# define ANOMALY_BF536 1
32#else
33# define ANOMALY_BF536 0
34#endif
35#if defined(__ADSPBF537__)
36# define ANOMALY_BF537 1
37#else
38# define ANOMALY_BF537 0
39#endif
40
Mike Frysinger53ea1502010-05-05 02:38:34 -040041/* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
Mike Frysingerd4d77302008-02-04 19:26:55 -050042#define ANOMALY_05000074 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040043/* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
Mike Frysingerd4d77302008-02-04 19:26:55 -050044#define ANOMALY_05000119 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040045/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
Mike Frysingerd4d77302008-02-04 19:26:55 -050046#define ANOMALY_05000122 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -040047/* Killed 32-Bit MMR Write Leads to Next System MMR Access Thinking It Should Be 32-Bit */
Mike Frysingerd4d77302008-02-04 19:26:55 -050048#define ANOMALY_05000157 (__SILICON_REVISION__ < 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040049/* PPI_DELAY Not Functional in PPI Modes with 0 Frame Syncs */
Mike Frysingerd4d77302008-02-04 19:26:55 -050050#define ANOMALY_05000180 (1)
51/* Instruction Cache Is Not Functional */
52#define ANOMALY_05000237 (__SILICON_REVISION__ < 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040053/* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
Mike Frysingerd4d77302008-02-04 19:26:55 -050054#define ANOMALY_05000244 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040055/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
Mike Frysingerd4d77302008-02-04 19:26:55 -050056#define ANOMALY_05000245 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -040057/* Buffered CLKIN Output Is Disabled by Default */
Mike Frysingerd4d77302008-02-04 19:26:55 -050058#define ANOMALY_05000247 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040059/* Incorrect Bit Shift of Data Word in Multichannel (TDM) Mode in Certain Conditions */
Mike Frysingerd4d77302008-02-04 19:26:55 -050060#define ANOMALY_05000250 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -040061/* EMAC TX DMA Error After an Early Frame Abort */
Mike Frysingerd4d77302008-02-04 19:26:55 -050062#define ANOMALY_05000252 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040063/* Maximum External Clock Speed for Timers */
Mike Frysingerd4d77302008-02-04 19:26:55 -050064#define ANOMALY_05000253 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040065/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
Mike Frysingerd4d77302008-02-04 19:26:55 -050066#define ANOMALY_05000254 (__SILICON_REVISION__ > 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040067/* Entering Hibernate State with RTC Seconds Interrupt Not Functional */
Mike Frysingerd4d77302008-02-04 19:26:55 -050068#define ANOMALY_05000255 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -040069/* EMAC MDIO Input Latched on Wrong MDC Edge */
Mike Frysingerd4d77302008-02-04 19:26:55 -050070#define ANOMALY_05000256 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040071/* Interrupt/Exception During Short Hardware Loop May Cause Bad Instruction Fetches */
Mike Frysingerd4d77302008-02-04 19:26:55 -050072#define ANOMALY_05000257 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040073/* Instruction Cache Is Corrupted When Bits 9 and 12 of the ICPLB Data Registers Differ */
Mike Frysingerd4d77302008-02-04 19:26:55 -050074#define ANOMALY_05000258 (((ANOMALY_BF536 || ANOMALY_BF537) && __SILICON_REVISION__ == 1) || __SILICON_REVISION__ == 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040075/* ICPLB_STATUS MMR Register May Be Corrupted */
Mike Frysingerd4d77302008-02-04 19:26:55 -050076#define ANOMALY_05000260 (__SILICON_REVISION__ == 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040077/* DCPLB_FAULT_ADDR MMR Register May Be Corrupted */
Mike Frysingerd4d77302008-02-04 19:26:55 -050078#define ANOMALY_05000261 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040079/* Stores To Data Cache May Be Lost */
Mike Frysingerd4d77302008-02-04 19:26:55 -050080#define ANOMALY_05000262 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040081/* Hardware Loop Corrupted When Taking an ICPLB Exception */
Mike Frysingerd4d77302008-02-04 19:26:55 -050082#define ANOMALY_05000263 (__SILICON_REVISION__ == 2)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040083/* CSYNC/SSYNC/IDLE Causes Infinite Stall in Penultimate Instruction in Hardware Loop */
Mike Frysingerd4d77302008-02-04 19:26:55 -050084#define ANOMALY_05000264 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040085/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
Mike Frysingerd4d77302008-02-04 19:26:55 -050086#define ANOMALY_05000265 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -040087/* Memory DMA Error when Peripheral DMA Is Running with Non-Zero DEB_TRAFFIC_PERIOD */
Mike Frysingerd4d77302008-02-04 19:26:55 -050088#define ANOMALY_05000268 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040089/* High I/O Activity Causes Output Voltage of Internal Voltage Regulator (Vddint) to Decrease */
Mike Frysingerd4d77302008-02-04 19:26:55 -050090#define ANOMALY_05000270 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040091/* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */
Mike Frysingerd4d77302008-02-04 19:26:55 -050092#define ANOMALY_05000272 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040093/* Writes to Synchronous SDRAM Memory May Be Lost */
Mike Frysingerd4d77302008-02-04 19:26:55 -050094#define ANOMALY_05000273 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040095/* Writes to an I/O Data Register One SCLK Cycle after an Edge Is Detected May Clear Interrupt */
Mike Frysingerd4d77302008-02-04 19:26:55 -050096#define ANOMALY_05000277 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040097/* Disabling Peripherals with DMA Running May Cause DMA System Instability */
Mike Frysingerd4d77302008-02-04 19:26:55 -050098#define ANOMALY_05000278 (((ANOMALY_BF536 || ANOMALY_BF537) && __SILICON_REVISION__ < 3) || (ANOMALY_BF534 && __SILICON_REVISION__ < 2))
Mike Frysinger53ea1502010-05-05 02:38:34 -040099/* SPI Master Boot Mode Does Not Work Well with Atmel Data Flash Devices */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500100#define ANOMALY_05000280 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400101/* False Hardware Error Exception when ISR Context Is Not Restored */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500102#define ANOMALY_05000281 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400103/* Memory DMA Corruption with 32-Bit Data and Traffic Control */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500104#define ANOMALY_05000282 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400105/* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500106#define ANOMALY_05000283 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400107/* TXDWA Bit in EMAC_SYSCTL Register Is Not Functional */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500108#define ANOMALY_05000285 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400109/* SPORTs May Receive Bad Data If FIFOs Fill Up */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500110#define ANOMALY_05000288 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400111/* Memory-To-Memory DMA Source/Destination Descriptors Must Be in Same Memory Space */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500112#define ANOMALY_05000301 (1)
113/* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */
114#define ANOMALY_05000304 (__SILICON_REVISION__ < 3)
Mike Frysingera9d67772009-02-18 12:51:31 -0500115/* SPORT_HYS Bit in PLL_CTL Register Is Not Functional */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500116#define ANOMALY_05000305 (__SILICON_REVISION__ < 3)
117/* SCKELOW Bit Does Not Maintain State Through Hibernate */
118#define ANOMALY_05000307 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400119/* Writing UART_THR While UART Clock Is Disabled Sends Erroneous Start Bit */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500120#define ANOMALY_05000309 (__SILICON_REVISION__ < 3)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400121/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500122#define ANOMALY_05000310 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400123/* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500124#define ANOMALY_05000312 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400125/* PPI Is Level-Sensitive on First Transfer In Single Frame Sync Modes */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500126#define ANOMALY_05000313 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400127/* Killed System MMR Write Completes Erroneously on Next System MMR Access */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500128#define ANOMALY_05000315 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400129/* EMAC RMII Mode: Collisions Occur in Full Duplex Mode */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500130#define ANOMALY_05000316 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400131/* EMAC RMII Mode: TX Frames in Half Duplex Fail with Status "No Carrier" */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500132#define ANOMALY_05000321 (__SILICON_REVISION__ < 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400133/* EMAC RMII Mode at 10-Base-T Speed: RX Frames Not Received Properly */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500134#define ANOMALY_05000322 (1)
135/* Ethernet MAC MDIO Reads Do Not Meet IEEE Specification */
136#define ANOMALY_05000341 (__SILICON_REVISION__ >= 3)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400137/* UART Gets Disabled after UART Boot */
Mike Frysinger0656ef22008-08-07 13:09:50 -0400138#define ANOMALY_05000350 (__SILICON_REVISION__ >= 3)
139/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
140#define ANOMALY_05000355 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500141/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
142#define ANOMALY_05000357 (1)
143/* DMAs that Go Urgent during Tight Core Writes to External Memory Are Blocked */
144#define ANOMALY_05000359 (1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400145/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
146#define ANOMALY_05000366 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500147/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
148#define ANOMALY_05000371 (1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400149/* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400150#define ANOMALY_05000402 (__SILICON_REVISION__ == 2)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400151/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
152#define ANOMALY_05000403 (1)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400153/* Speculative Fetches Can Cause Undesired External FIFO Operations */
154#define ANOMALY_05000416 (1)
155/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
156#define ANOMALY_05000425 (1)
157/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
158#define ANOMALY_05000426 (1)
159/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
160#define ANOMALY_05000443 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400161/* False Hardware Error when RETI Points to Invalid Memory */
162#define ANOMALY_05000461 (1)
163/* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */
164#define ANOMALY_05000473 (1)
165/* Possible Lockup Condition whem Modifying PLL from External Memory */
166#define ANOMALY_05000475 (1)
167/* TESTSET Instruction Cannot Be Interrupted */
168#define ANOMALY_05000477 (1)
169/* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
170#define ANOMALY_05000481 (1)
171/* IFLUSH sucks at life */
172#define ANOMALY_05000491 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500173
174/* Anomalies that don't exist on this proc */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400175#define ANOMALY_05000099 (0)
176#define ANOMALY_05000120 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500177#define ANOMALY_05000125 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400178#define ANOMALY_05000149 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500179#define ANOMALY_05000158 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400180#define ANOMALY_05000171 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400181#define ANOMALY_05000179 (0)
182#define ANOMALY_05000182 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500183#define ANOMALY_05000183 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400184#define ANOMALY_05000189 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500185#define ANOMALY_05000198 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400186#define ANOMALY_05000202 (0)
187#define ANOMALY_05000215 (0)
188#define ANOMALY_05000219 (0)
189#define ANOMALY_05000220 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400190#define ANOMALY_05000227 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500191#define ANOMALY_05000230 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400192#define ANOMALY_05000231 (0)
193#define ANOMALY_05000233 (0)
194#define ANOMALY_05000234 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400195#define ANOMALY_05000242 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400196#define ANOMALY_05000248 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500197#define ANOMALY_05000266 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400198#define ANOMALY_05000274 (0)
199#define ANOMALY_05000287 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500200#define ANOMALY_05000311 (0)
201#define ANOMALY_05000323 (0)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400202#define ANOMALY_05000353 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400203#define ANOMALY_05000362 (1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400204#define ANOMALY_05000363 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400205#define ANOMALY_05000364 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500206#define ANOMALY_05000380 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400207#define ANOMALY_05000386 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400208#define ANOMALY_05000389 (0)
209#define ANOMALY_05000400 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400210#define ANOMALY_05000412 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400211#define ANOMALY_05000430 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400212#define ANOMALY_05000432 (0)
213#define ANOMALY_05000435 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500214#define ANOMALY_05000447 (0)
215#define ANOMALY_05000448 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400216#define ANOMALY_05000456 (0)
217#define ANOMALY_05000450 (0)
218#define ANOMALY_05000465 (0)
219#define ANOMALY_05000467 (0)
220#define ANOMALY_05000474 (0)
221#define ANOMALY_05000485 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500222
223#endif