blob: 021fb1977385dc3c2a73014bf2801d4e37d308c8 [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 Frysingerbc9c6422011-06-08 18:17:09 -04008 * Copyright 2004-2011 Analog Devices Inc.
Mike Frysinger53ea1502010-05-05 02:38:34 -04009 * 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 Frysingerbc9c6422011-06-08 18:17:09 -040014 * - Revision K, 05/23/2011; ADSP-BF542/BF544/BF547/BF548/BF549 Blackfin Processor Anomaly List
Mike Frysingerd4d77302008-02-04 19:26:55 -050015 */
16
17#ifndef _MACH_ANOMALY_H_
18#define _MACH_ANOMALY_H_
19
Mike Frysinger53ea1502010-05-05 02:38:34 -040020/* We do not support 0.0 or 0.1 silicon - sorry */
21/* XXX: let u-boot slide
22#if __SILICON_REVISION__ < 2
23# error will not work on BF548 silicon version 0.0, or 0.1
24#endif
25*/
26
27/* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
Mike Frysingerd4d77302008-02-04 19:26:55 -050028#define ANOMALY_05000074 (1)
29/* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
30#define ANOMALY_05000119 (1)
31/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
32#define ANOMALY_05000122 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -040033/* Data Corruption/Core Hang with L2/L3 Configured in Writeback Cache Mode */
Mike Frysingerbc9c6422011-06-08 18:17:09 -040034#define ANOMALY_05000220 (__SILICON_REVISION__ < 4)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040035/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
Mike Frysingerd4d77302008-02-04 19:26:55 -050036#define ANOMALY_05000245 (1)
37/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
38#define ANOMALY_05000265 (1)
39/* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */
40#define ANOMALY_05000272 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -040041/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
42#define ANOMALY_05000310 (1)
43/* FIFO Boot Mode Not Functional */
44#define ANOMALY_05000325 (__SILICON_REVISION__ < 2)
45/* bfrom_SysControl() Firmware Function Performs Improper System Reset */
46/*
47 * Note: anomaly sheet says this is fixed with bf54x-0.2+, but testing
48 * shows that the fix itself does not cover all cases.
49 */
50#define ANOMALY_05000353 (1)
51/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
52#define ANOMALY_05000357 (1)
53/* External Memory Read Access Hangs Core With PLL Bypass */
54#define ANOMALY_05000360 (1)
55/* DMAs that Go Urgent during Tight Core Writes to External Memory Are Blocked */
56#define ANOMALY_05000365 (1)
57/* Addressing Conflict between Boot ROM and Asynchronous Memory */
58#define ANOMALY_05000369 (1)
59/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
60#define ANOMALY_05000371 (__SILICON_REVISION__ < 2)
61/* Security/Authentication Speedpath Causes Authentication To Fail To Initiate */
62#define ANOMALY_05000378 (__SILICON_REVISION__ < 2)
63/* 16-Bit NAND FLASH Boot Mode Is Not Functional */
64#define ANOMALY_05000379 (1)
65/* Lockbox SESR Disallows Certain User Interrupts */
66#define ANOMALY_05000404 (__SILICON_REVISION__ < 2)
67/* Lockbox SESR Firmware Does Not Save/Restore Full Context */
68#define ANOMALY_05000405 (1)
69/* Lockbox SESR Argument Checking Does Not Check L2 Memory Protection Range */
70#define ANOMALY_05000406 (__SILICON_REVISION__ < 2)
71/* Lockbox SESR Firmware Arguments Are Not Retained After First Initialization */
72#define ANOMALY_05000407 (__SILICON_REVISION__ < 2)
73/* Lockbox Firmware Memory Cleanup Routine Does not Clear Registers */
74#define ANOMALY_05000408 (1)
75/* Lockbox firmware leaves MDMA0 channel enabled */
76#define ANOMALY_05000409 (__SILICON_REVISION__ < 2)
77/* bfrom_SysControl() Firmware Function Cannot be Used to Enter Power Saving Modes */
78#define ANOMALY_05000411 (__SILICON_REVISION__ < 2)
79/* NAND Boot Mode Not Compatible With Some NAND Flash Devices */
80#define ANOMALY_05000413 (__SILICON_REVISION__ < 2)
81/* OTP_CHECK_FOR_PREV_WRITE Bit is Not Functional in bfrom_OtpWrite() API */
82#define ANOMALY_05000414 (__SILICON_REVISION__ < 2)
83/* Speculative Fetches Can Cause Undesired External FIFO Operations */
84#define ANOMALY_05000416 (1)
85/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
86#define ANOMALY_05000425 (__SILICON_REVISION__ < 4)
87/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
88#define ANOMALY_05000426 (1)
89/* CORE_EPPI_PRIO bit and SYS_EPPI_PRIO bit in the HMDMA1_CONTROL register are not functional */
90#define ANOMALY_05000427 (__SILICON_REVISION__ < 2)
91/* WB_EDGE Bit in NFC_IRQSTAT Incorrectly Reflects Buffer Status Instead of IRQ Status */
92#define ANOMALY_05000429 (__SILICON_REVISION__ < 2)
93/* Software System Reset Corrupts PLL_LOCKCNT Register */
94#define ANOMALY_05000430 (__SILICON_REVISION__ >= 2)
95/* Incorrect Use of Stack in Lockbox Firmware During Authentication */
96#define ANOMALY_05000431 (__SILICON_REVISION__ < 3)
97/* SW Breakpoints Ignored Upon Return From Lockbox Authentication */
98#define ANOMALY_05000434 (1)
99/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
100#define ANOMALY_05000443 (1)
101/* CDMAPRIO and L2DMAPRIO Bits in the SYSCR Register Are Not Functional */
102#define ANOMALY_05000446 (1)
103/* UART IrDA Receiver Fails on Extended Bit Pulses */
104#define ANOMALY_05000447 (1)
105/* DDR Clock Duty Cycle Spec Violation (tCH, tCL) */
106#define ANOMALY_05000448 (__SILICON_REVISION__ == 1)
107/* Reduced Timing Margins on DDR Output Setup and Hold (tDS and tDH) */
108#define ANOMALY_05000449 (__SILICON_REVISION__ == 1)
109/* USB DMA Short Packet Data Corruption */
110#define ANOMALY_05000450 (1)
111/* USB Receive Interrupt Is Not Generated in DMA Mode 1 */
112#define ANOMALY_05000456 (1)
113/* Host DMA Port Responds to Certain Bus Activity Without HOST_CE Assertion */
114#define ANOMALY_05000457 (1)
115/* USB DMA Mode 1 Failure When Multiple USB DMA Channels Are Concurrently Enabled */
116#define ANOMALY_05000460 (__SILICON_REVISION__ < 4)
117/* False Hardware Error when RETI Points to Invalid Memory */
118#define ANOMALY_05000461 (1)
119/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
120#define ANOMALY_05000462 (__SILICON_REVISION__ < 4)
121/* USB DMA RX Data Corruption */
122#define ANOMALY_05000463 (__SILICON_REVISION__ < 4)
123/* USB TX DMA Hang */
124#define ANOMALY_05000464 (__SILICON_REVISION__ < 4)
125/* USB Rx DMA Hang */
126#define ANOMALY_05000465 (1)
127/* TxPktRdy Bit Not Set for Transmit Endpoint When Core and DMA Access USB Endpoint FIFOs Simultaneously */
128#define ANOMALY_05000466 (__SILICON_REVISION__ < 4)
129/* Possible USB RX Data Corruption When Control & Data EP FIFOs are Accessed via the Core */
130#define ANOMALY_05000467 (__SILICON_REVISION__ < 4)
131/* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */
132#define ANOMALY_05000473 (1)
133/* Access to DDR SDRAM Causes System Hang with Certain PLL Settings */
134#define ANOMALY_05000474 (__SILICON_REVISION__ < 4)
135/* TESTSET Instruction Cannot Be Interrupted */
136#define ANOMALY_05000477 (1)
137/* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
138#define ANOMALY_05000481 (1)
139/* Possible USB Data Corruption When Multiple Endpoints Are Accessed by the Core */
140#define ANOMALY_05000483 (1)
141/* DDR Trim May Not Be Performed for Certain VLEV Values in OTP Page PBS00L */
142#define ANOMALY_05000484 (__SILICON_REVISION__ < 3)
143/* PLL_CTL Change Using bfrom_SysControl() Can Result in Processor Overclocking */
144#define ANOMALY_05000485 (__SILICON_REVISION__ > 1 && __SILICON_REVISION__ < 4)
145/* PLL May Latch Incorrect Values Coming Out of Reset */
146#define ANOMALY_05000489 (1)
147/* SPI Master Boot Can Fail Under Certain Conditions */
148#define ANOMALY_05000490 (1)
149/* Instruction Memory Stalls Can Cause IFLUSH to Fail */
150#define ANOMALY_05000491 (1)
151/* EXCPT Instruction May Be Lost If NMI Happens Simultaneously */
152#define ANOMALY_05000494 (1)
153/* CNT_COMMAND Functionality Depends on CNT_IMASK Configuration */
154#define ANOMALY_05000498 (1)
155/* Nand Flash Controller Hangs When the AMC Requests the Async Pins During the last 16 Bytes of a Page Write Operation. */
156#define ANOMALY_05000500 (1)
157/* RXS Bit in SPI_STAT May Become Stuck In RX DMA Modes */
158#define ANOMALY_05000501 (1)
159/* Async Memory Writes May Be Skipped When Using Odd Clock Ratios */
160#define ANOMALY_05000502 (1)
161
162/*
163 * These anomalies have been "phased" out of analog.com anomaly sheets and are
164 * here to show running on older silicon just isn't feasible.
165 */
166
167/* False Hardware Error when ISR Context Is Not Restored */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500168#define ANOMALY_05000281 (__SILICON_REVISION__ < 1)
169/* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */
170#define ANOMALY_05000304 (__SILICON_REVISION__ < 1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400171/* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500172#define ANOMALY_05000312 (__SILICON_REVISION__ < 1)
173/* TWI Slave Boot Mode Is Not Functional */
174#define ANOMALY_05000324 (__SILICON_REVISION__ < 1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500175/* Data Lost When Core and DMA Accesses Are Made to the USB FIFO Simultaneously */
176#define ANOMALY_05000327 (__SILICON_REVISION__ < 1)
177/* Incorrect Access of OTP_STATUS During otp_write() Function */
178#define ANOMALY_05000328 (__SILICON_REVISION__ < 1)
179/* Synchronous Burst Flash Boot Mode Is Not Functional */
180#define ANOMALY_05000329 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400181/* Host DMA Boot Modes Are Not Functional */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500182#define ANOMALY_05000330 (__SILICON_REVISION__ < 1)
183/* Inadequate Timing Margins on DDR DQS to DQ and DQM Skew */
184#define ANOMALY_05000334 (__SILICON_REVISION__ < 1)
185/* Inadequate Rotary Debounce Logic Duration */
186#define ANOMALY_05000335 (__SILICON_REVISION__ < 1)
187/* Phantom Interrupt Occurs After First Configuration of Host DMA Port */
188#define ANOMALY_05000336 (__SILICON_REVISION__ < 1)
189/* Disallowed Configuration Prevents Subsequent Allowed Configuration on Host DMA Port */
190#define ANOMALY_05000337 (__SILICON_REVISION__ < 1)
191/* Slave-Mode SPI0 MISO Failure With CPHA = 0 */
192#define ANOMALY_05000338 (__SILICON_REVISION__ < 1)
193/* If Memory Reads Are Enabled on SDH or HOSTDP, Other DMAC1 Peripherals Cannot Read */
194#define ANOMALY_05000340 (__SILICON_REVISION__ < 1)
195/* Boot Host Wait (HWAIT) and Boot Host Wait Alternate (HWAITA) Signals Are Swapped */
196#define ANOMALY_05000344 (__SILICON_REVISION__ < 1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400197/* USB Calibration Value Is Not Initialized */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500198#define ANOMALY_05000346 (__SILICON_REVISION__ < 1)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400199/* USB Calibration Value to use */
200#define ANOMALY_05000346_value 0x5411
Mike Frysinger0656ef22008-08-07 13:09:50 -0400201/* Preboot Routine Incorrectly Alters Reset Value of USB Register */
Mike Frysingerd4d77302008-02-04 19:26:55 -0500202#define ANOMALY_05000347 (__SILICON_REVISION__ < 1)
203/* Data Lost when Core Reads SDH Data FIFO */
204#define ANOMALY_05000349 (__SILICON_REVISION__ < 1)
205/* PLL Status Register Is Inaccurate */
206#define ANOMALY_05000351 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400207/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
208#define ANOMALY_05000355 (__SILICON_REVISION__ < 1)
209/* System Stalled During A Core Access To AMC While A Core Access To NFC FIFO Is Required */
210#define ANOMALY_05000356 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400211/* WURESET Bit In SYSCR Register Does Not Properly Indicate Hibernate Wake-Up */
212#define ANOMALY_05000367 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400213/* Default PLL MSEL and SSEL Settings Can Cause 400MHz Product To Violate Specifications */
214#define ANOMALY_05000370 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400215/* USB DP/DM Data Pins May Lose State When Entering Hibernate */
216#define ANOMALY_05000372 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400217/* 8-Bit NAND Flash Boot Mode Not Functional */
218#define ANOMALY_05000382 (__SILICON_REVISION__ < 1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400219/* Boot from OTP Memory Not Functional */
220#define ANOMALY_05000385 (__SILICON_REVISION__ < 1)
221/* bfrom_SysControl() Firmware Routine Not Functional */
222#define ANOMALY_05000386 (__SILICON_REVISION__ < 1)
223/* Programmable Preboot Settings Not Functional */
224#define ANOMALY_05000387 (__SILICON_REVISION__ < 1)
225/* CRC32 Checksum Support Not Functional */
226#define ANOMALY_05000388 (__SILICON_REVISION__ < 1)
227/* Reset Vector Must Not Be in SDRAM Memory Space */
228#define ANOMALY_05000389 (__SILICON_REVISION__ < 1)
229/* Changed Meaning of BCODE Field in SYSCR Register */
230#define ANOMALY_05000390 (__SILICON_REVISION__ < 1)
231/* Repeated Boot from Page-Mode or Burst-Mode Flash Memory May Fail */
232#define ANOMALY_05000391 (__SILICON_REVISION__ < 1)
233/* pTempCurrent Not Present in ADI_BOOT_DATA Structure */
234#define ANOMALY_05000392 (__SILICON_REVISION__ < 1)
235/* Deprecated Value of dTempByteCount in ADI_BOOT_DATA Structure */
236#define ANOMALY_05000393 (__SILICON_REVISION__ < 1)
237/* Log Buffer Not Functional */
238#define ANOMALY_05000394 (__SILICON_REVISION__ < 1)
239/* Hook Routine Not Functional */
240#define ANOMALY_05000395 (__SILICON_REVISION__ < 1)
241/* Header Indirect Bit Not Functional */
242#define ANOMALY_05000396 (__SILICON_REVISION__ < 1)
243/* BK_ONES, BK_ZEROS, and BK_DATECODE Constants Not Functional */
244#define ANOMALY_05000397 (__SILICON_REVISION__ < 1)
Mike Frysingera9d67772009-02-18 12:51:31 -0500245/* OTP Write Accesses Not Supported */
246#define ANOMALY_05000442 (__SILICON_REVISION__ < 1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400247/* Incorrect Default Hysteresis Setting for RESET, NMI, and BMODE Signals */
248#define ANOMALY_05000452 (__SILICON_REVISION__ < 1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500249
250/* Anomalies that don't exist on this proc */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400251#define ANOMALY_05000099 (0)
252#define ANOMALY_05000120 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500253#define ANOMALY_05000125 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400254#define ANOMALY_05000149 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500255#define ANOMALY_05000158 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400256#define ANOMALY_05000171 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400257#define ANOMALY_05000179 (0)
258#define ANOMALY_05000182 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500259#define ANOMALY_05000183 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400260#define ANOMALY_05000189 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500261#define ANOMALY_05000198 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400262#define ANOMALY_05000202 (0)
263#define ANOMALY_05000215 (0)
264#define ANOMALY_05000219 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400265#define ANOMALY_05000227 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500266#define ANOMALY_05000230 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400267#define ANOMALY_05000231 (0)
268#define ANOMALY_05000233 (0)
269#define ANOMALY_05000234 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400270#define ANOMALY_05000242 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500271#define ANOMALY_05000244 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400272#define ANOMALY_05000248 (0)
273#define ANOMALY_05000250 (0)
274#define ANOMALY_05000254 (0)
275#define ANOMALY_05000257 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500276#define ANOMALY_05000261 (0)
277#define ANOMALY_05000263 (0)
278#define ANOMALY_05000266 (0)
279#define ANOMALY_05000273 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400280#define ANOMALY_05000274 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500281#define ANOMALY_05000278 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400282#define ANOMALY_05000283 (0)
283#define ANOMALY_05000287 (0)
284#define ANOMALY_05000301 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500285#define ANOMALY_05000305 (0)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400286#define ANOMALY_05000307 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500287#define ANOMALY_05000311 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400288#define ANOMALY_05000315 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500289#define ANOMALY_05000323 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400290#define ANOMALY_05000362 (1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400291#define ANOMALY_05000363 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400292#define ANOMALY_05000364 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500293#define ANOMALY_05000380 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400294#define ANOMALY_05000400 (0)
295#define ANOMALY_05000402 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400296#define ANOMALY_05000412 (0)
297#define ANOMALY_05000432 (0)
298#define ANOMALY_05000435 (0)
Mike Frysingere5d89842010-10-14 14:22:02 -0400299#define ANOMALY_05000440 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400300#define ANOMALY_05000475 (0)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400301#define ANOMALY_05000480 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500302
303#endif