blob: 688470611e15f7df2e2396e8b7b4e60839700ad8 [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 F, 05/23/2011; ADSP-BF526 Blackfin Processor Anomaly List
15 * - Revision I, 05/23/2011; ADSP-BF527 Blackfin Processor Anomaly List
Mike Frysingerd4d77302008-02-04 19:26:55 -050016 */
17
18#ifndef _MACH_ANOMALY_H_
19#define _MACH_ANOMALY_H_
20
Mike Frysinger53ea1502010-05-05 02:38:34 -040021/* We do not support old silicon - sorry */
22#if __SILICON_REVISION__ < 0
23# error will not work on BF526/BF527 silicon version
24#endif
25
Mike Frysinger47832cd2008-10-06 03:45:55 -040026#if defined(__ADSPBF522__) || defined(__ADSPBF524__) || defined(__ADSPBF526__)
27# define ANOMALY_BF526 1
28#else
29# define ANOMALY_BF526 0
30#endif
31#if defined(__ADSPBF523__) || defined(__ADSPBF525__) || defined(__ADSPBF527__)
32# define ANOMALY_BF527 1
33#else
34# define ANOMALY_BF527 0
35#endif
36
Mike Frysinger53ea1502010-05-05 02:38:34 -040037#define _ANOMALY_BF526(rev526) (ANOMALY_BF526 && __SILICON_REVISION__ rev526)
38#define _ANOMALY_BF527(rev527) (ANOMALY_BF527 && __SILICON_REVISION__ rev527)
39#define _ANOMALY_BF526_BF527(rev526, rev527) (_ANOMALY_BF526(rev526) || _ANOMALY_BF527(rev527))
40
41/* 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)
43/* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
Mike Frysinger53ea1502010-05-05 02:38:34 -040044#define ANOMALY_05000119 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -050045/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
46#define ANOMALY_05000122 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040047/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
Mike Frysingerd4d77302008-02-04 19:26:55 -050048#define ANOMALY_05000245 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -040049/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
50#define ANOMALY_05000254 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -050051/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
52#define ANOMALY_05000265 (1)
Mike Frysinger47832cd2008-10-06 03:45:55 -040053/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
54#define ANOMALY_05000310 (1)
55/* PPI Is Level-Sensitive on First Transfer In Single Frame Sync Modes */
Mike Frysinger53ea1502010-05-05 02:38:34 -040056#define ANOMALY_05000313 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysingerd4d77302008-02-04 19:26:55 -050057/* Incorrect Access of OTP_STATUS During otp_write() Function */
Mike Frysinger53ea1502010-05-05 02:38:34 -040058#define ANOMALY_05000328 (_ANOMALY_BF527(< 2))
Mike Frysinger51ee6e02009-04-04 08:22:36 -040059/* Host DMA Boot Modes Are Not Functional */
Mike Frysingerbc9c6422011-06-08 18:17:09 -040060#define ANOMALY_05000330 (_ANOMALY_BF527(< 2))
Mike Frysingerd4d77302008-02-04 19:26:55 -050061/* Disallowed Configuration Prevents Subsequent Allowed Configuration on Host DMA Port */
Mike Frysinger53ea1502010-05-05 02:38:34 -040062#define ANOMALY_05000337 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040063/* Ethernet MAC MDIO Reads Do Not Meet IEEE Specification */
Mike Frysinger53ea1502010-05-05 02:38:34 -040064#define ANOMALY_05000341 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040065/* TWI May Not Operate Correctly Under Certain Signal Termination Conditions */
Mike Frysinger53ea1502010-05-05 02:38:34 -040066#define ANOMALY_05000342 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040067/* USB Calibration Value Is Not Initialized */
Mike Frysinger53ea1502010-05-05 02:38:34 -040068#define ANOMALY_05000346 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -040069/* USB Calibration Value to use */
70#define ANOMALY_05000346_value 0xE510
Mike Frysinger0656ef22008-08-07 13:09:50 -040071/* Preboot Routine Incorrectly Alters Reset Value of USB Register */
Mike Frysinger53ea1502010-05-05 02:38:34 -040072#define ANOMALY_05000347 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040073/* Security Features Are Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -040074#define ANOMALY_05000348 (_ANOMALY_BF527(< 1))
Mike Frysinger47832cd2008-10-06 03:45:55 -040075/* bfrom_SysControl() Firmware Function Performs Improper System Reset */
Mike Frysinger53ea1502010-05-05 02:38:34 -040076#define ANOMALY_05000353 (_ANOMALY_BF526(< 1))
Mike Frysinger0656ef22008-08-07 13:09:50 -040077/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
Mike Frysinger53ea1502010-05-05 02:38:34 -040078#define ANOMALY_05000355 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040079/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
Mike Frysinger53ea1502010-05-05 02:38:34 -040080#define ANOMALY_05000357 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040081/* Incorrect Revision Number in DSPID Register */
Mike Frysinger53ea1502010-05-05 02:38:34 -040082#define ANOMALY_05000364 (_ANOMALY_BF527(== 1))
Mike Frysinger0656ef22008-08-07 13:09:50 -040083/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
84#define ANOMALY_05000366 (1)
Mike Frysinger47832cd2008-10-06 03:45:55 -040085/* Incorrect Default CSEL Value in PLL_DIV */
Mike Frysinger53ea1502010-05-05 02:38:34 -040086#define ANOMALY_05000368 (_ANOMALY_BF527(< 2))
Mike Frysingerd4d77302008-02-04 19:26:55 -050087/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
Mike Frysinger53ea1502010-05-05 02:38:34 -040088#define ANOMALY_05000371 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040089/* Authentication Fails To Initiate */
Mike Frysinger53ea1502010-05-05 02:38:34 -040090#define ANOMALY_05000376 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -040091/* Data Read From L3 Memory by USB DMA May be Corrupted */
Mike Frysinger53ea1502010-05-05 02:38:34 -040092#define ANOMALY_05000380 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -040093/* 8-Bit NAND Flash Boot Mode Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -040094#define ANOMALY_05000382 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -040095/* Boot from OTP Memory Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -040096#define ANOMALY_05000385 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -040097/* bfrom_SysControl() Firmware Routine Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -040098#define ANOMALY_05000386 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -040099/* Programmable Preboot Settings Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400100#define ANOMALY_05000387 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400101/* CRC32 Checksum Support Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400102#define ANOMALY_05000388 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -0400103/* Reset Vector Must Not Be in SDRAM Memory Space */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400104#define ANOMALY_05000389 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400105/* pTempCurrent Not Present in ADI_BOOT_DATA Structure */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400106#define ANOMALY_05000392 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400107/* Deprecated Value of dTempByteCount in ADI_BOOT_DATA Structure */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400108#define ANOMALY_05000393 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400109/* Log Buffer Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400110#define ANOMALY_05000394 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400111/* Hook Routine Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400112#define ANOMALY_05000395 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400113/* Header Indirect Bit Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400114#define ANOMALY_05000396 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400115/* BK_ONES, BK_ZEROS, and BK_DATECODE Constants Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400116#define ANOMALY_05000397 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400117/* SWRESET, DFRESET and WDRESET Bits in the SYSCR Register Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400118#define ANOMALY_05000398 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400119/* BCODE_NOBOOT in BCODE Field of SYSCR Register Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400120#define ANOMALY_05000399 (_ANOMALY_BF527(< 2))
Mike Frysinger0656ef22008-08-07 13:09:50 -0400121/* PPI Data Signals D0 and D8 do not Tristate After Disabling PPI */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400122#define ANOMALY_05000401 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400123/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400124#define ANOMALY_05000403 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400125/* Lockbox SESR Disallows Certain User Interrupts */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400126#define ANOMALY_05000404 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400127/* Lockbox SESR Firmware Does Not Save/Restore Full Context */
128#define ANOMALY_05000405 (1)
129/* Lockbox SESR Firmware Arguments Are Not Retained After First Initialization */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400130#define ANOMALY_05000407 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400131/* Lockbox Firmware Memory Cleanup Routine Does not Clear Registers */
132#define ANOMALY_05000408 (1)
133/* Lockbox firmware leaves MDMA0 channel enabled */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400134#define ANOMALY_05000409 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400135/* Incorrect Default Internal Voltage Regulator Setting */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400136#define ANOMALY_05000410 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400137/* bfrom_SysControl() Firmware Function Cannot be Used to Enter Power Saving Modes */
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400138#define ANOMALY_05000411 (_ANOMALY_BF526(< 1))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400139/* OTP_CHECK_FOR_PREV_WRITE Bit is Not Functional in bfrom_OtpWrite() API */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400140#define ANOMALY_05000414 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400141/* DEB2_URGENT Bit Not Functional */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400142#define ANOMALY_05000415 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400143/* Speculative Fetches Can Cause Undesired External FIFO Operations */
144#define ANOMALY_05000416 (1)
145/* SPORT0 Ignores External TSCLK0 on PG14 When TMR6 is an Output */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400146#define ANOMALY_05000417 (_ANOMALY_BF527(< 2))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400147/* PPI Timing Requirements tSFSPE and tHFSPE Do Not Meet Data Sheet Specifications */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400148#define ANOMALY_05000418 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400149/* USB PLL_STABLE Bit May Not Accurately Reflect the USB PLL's Status */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400150#define ANOMALY_05000420 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400151/* TWI Fall Time (Tof) May Violate the Minimum I2C Specification */
152#define ANOMALY_05000421 (1)
153/* TWI Input Capacitance (Ci) May Violate the Maximum I2C Specification */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400154#define ANOMALY_05000422 (_ANOMALY_BF526_BF527(> 0, > 1))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400155/* Certain Ethernet Frames With Errors are Misclassified in RMII Mode */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400156#define ANOMALY_05000423 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400157/* Internal Voltage Regulator Not Trimmed */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400158#define ANOMALY_05000424 (_ANOMALY_BF527(< 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400159/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400160#define ANOMALY_05000425 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400161/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
Mike Frysinger47832cd2008-10-06 03:45:55 -0400162#define ANOMALY_05000426 (1)
163/* WB_EDGE Bit in NFC_IRQSTAT Incorrectly Reflects Buffer Status Instead of IRQ Status */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400164#define ANOMALY_05000429 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400165/* Software System Reset Corrupts PLL_LOCKCNT Register */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400166#define ANOMALY_05000430 (_ANOMALY_BF527(> 1))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400167/* Incorrect Use of Stack in Lockbox Firmware During Authentication */
168#define ANOMALY_05000431 (1)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400169/* bfrom_SysControl() Does Not Clear SIC_IWR1 Before Executing PLL Programming Sequence */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400170#define ANOMALY_05000432 (_ANOMALY_BF526(< 1))
171/* SW Breakpoints Ignored Upon Return From Lockbox Authentication */
172#define ANOMALY_05000434 (1)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400173/* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400174#define ANOMALY_05000435 (_ANOMALY_BF526_BF527(< 1, >= 0))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400175/* Preboot Cannot be Used to Alter the PLL_DIV Register */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400176#define ANOMALY_05000439 (_ANOMALY_BF526_BF527(< 1, >= 0))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400177/* bfrom_SysControl() Cannot be Used to Write the PLL_DIV Register */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400178#define ANOMALY_05000440 (_ANOMALY_BF526_BF527(< 1, >= 0))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400179/* OTP Write Accesses Not Supported */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400180#define ANOMALY_05000442 (_ANOMALY_BF527(< 1))
Mike Frysinger47832cd2008-10-06 03:45:55 -0400181/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
182#define ANOMALY_05000443 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400183/* The WURESET Bit in the SYSCR Register is not Functional */
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400184#define ANOMALY_05000445 (_ANOMALY_BF527(>= 0))
185/* USB DMA Short Packet Data Corruption */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400186#define ANOMALY_05000450 (1)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400187/* BCODE_QUICKBOOT, BCODE_ALLBOOT, and BCODE_FULLBOOT Settings in SYSCR Register Not Functional */
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400188#define ANOMALY_05000451 (_ANOMALY_BF527(>= 0))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400189/* Incorrect Default Hysteresis Setting for RESET, NMI, and BMODE Signals */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400190#define ANOMALY_05000452 (_ANOMALY_BF526_BF527(< 1, >= 0))
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400191/* USB Receive Interrupt Is Not Generated in DMA Mode 1 */
192#define ANOMALY_05000456 (1)
193/* Host DMA Port Responds to Certain Bus Activity Without HOST_CE Assertion */
194#define ANOMALY_05000457 (1)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400195/* USB DMA Mode 1 Failure When Multiple USB DMA Channels Are Concurrently Enabled */
196#define ANOMALY_05000460 (1)
197/* False Hardware Error when RETI Points to Invalid Memory */
198#define ANOMALY_05000461 (1)
199/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
200#define ANOMALY_05000462 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400201/* USB Rx DMA Hang */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400202#define ANOMALY_05000465 (1)
203/* TxPktRdy Bit Not Set for Transmit Endpoint When Core and DMA Access USB Endpoint FIFOs Simultaneously */
204#define ANOMALY_05000466 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400205/* Possible USB RX Data Corruption When Control & Data EP FIFOs are Accessed via the Core */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400206#define ANOMALY_05000467 (1)
207/* PLL Latches Incorrect Settings During Reset */
208#define ANOMALY_05000469 (1)
209/* Incorrect Default MSEL Value in PLL_CTL */
210#define ANOMALY_05000472 (_ANOMALY_BF526(>= 0))
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400211/* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400212#define ANOMALY_05000473 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400213/* Possible Lockup Condition when Modifying PLL from External Memory */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400214#define ANOMALY_05000475 (1)
215/* TESTSET Instruction Cannot Be Interrupted */
216#define ANOMALY_05000477 (1)
217/* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
218#define ANOMALY_05000481 (1)
219/* Possible USB Data Corruption When Multiple Endpoints Are Accessed by the Core */
220#define ANOMALY_05000483 (1)
221/* PLL_CTL Change Using bfrom_SysControl() Can Result in Processor Overclocking */
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400222#define ANOMALY_05000485 (_ANOMALY_BF526_BF527(< 2, >= 0))
Mike Frysingere5d89842010-10-14 14:22:02 -0400223/* The CODEC Zero-Cross Detect Feature is not Functional */
224#define ANOMALY_05000487 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400225/* SPI Master Boot Can Fail Under Certain Conditions */
226#define ANOMALY_05000490 (1)
227/* Instruction Memory Stalls Can Cause IFLUSH to Fail */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400228#define ANOMALY_05000491 (1)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400229/* EXCPT Instruction May Be Lost If NMI Happens Simultaneously */
230#define ANOMALY_05000494 (1)
231/* CNT_COMMAND Functionality Depends on CNT_IMASK Configuration */
232#define ANOMALY_05000498 (1)
233/* RXS Bit in SPI_STAT May Become Stuck In RX DMA Modes */
234#define ANOMALY_05000501 (1)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500235
236/* Anomalies that don't exist on this proc */
Mike Frysinger53ea1502010-05-05 02:38:34 -0400237#define ANOMALY_05000099 (0)
238#define ANOMALY_05000120 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500239#define ANOMALY_05000125 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400240#define ANOMALY_05000149 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500241#define ANOMALY_05000158 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400242#define ANOMALY_05000171 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400243#define ANOMALY_05000179 (0)
244#define ANOMALY_05000182 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500245#define ANOMALY_05000183 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400246#define ANOMALY_05000189 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500247#define ANOMALY_05000198 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400248#define ANOMALY_05000202 (0)
249#define ANOMALY_05000215 (0)
250#define ANOMALY_05000219 (0)
251#define ANOMALY_05000220 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400252#define ANOMALY_05000227 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500253#define ANOMALY_05000230 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400254#define ANOMALY_05000231 (0)
255#define ANOMALY_05000233 (0)
256#define ANOMALY_05000234 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400257#define ANOMALY_05000242 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500258#define ANOMALY_05000244 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400259#define ANOMALY_05000248 (0)
260#define ANOMALY_05000250 (0)
261#define ANOMALY_05000257 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500262#define ANOMALY_05000261 (0)
263#define ANOMALY_05000263 (0)
264#define ANOMALY_05000266 (0)
265#define ANOMALY_05000273 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400266#define ANOMALY_05000274 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500267#define ANOMALY_05000278 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400268#define ANOMALY_05000281 (0)
269#define ANOMALY_05000283 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400270#define ANOMALY_05000285 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400271#define ANOMALY_05000287 (0)
272#define ANOMALY_05000301 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500273#define ANOMALY_05000305 (0)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400274#define ANOMALY_05000307 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500275#define ANOMALY_05000311 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400276#define ANOMALY_05000312 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400277#define ANOMALY_05000315 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500278#define ANOMALY_05000323 (0)
Mike Frysinger51ee6e02009-04-04 08:22:36 -0400279#define ANOMALY_05000362 (1)
Mike Frysinger0656ef22008-08-07 13:09:50 -0400280#define ANOMALY_05000363 (0)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400281#define ANOMALY_05000383 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400282#define ANOMALY_05000400 (0)
283#define ANOMALY_05000402 (0)
Mike Frysinger47832cd2008-10-06 03:45:55 -0400284#define ANOMALY_05000412 (0)
Mike Frysingera9d67772009-02-18 12:51:31 -0500285#define ANOMALY_05000447 (0)
286#define ANOMALY_05000448 (0)
Mike Frysinger53ea1502010-05-05 02:38:34 -0400287#define ANOMALY_05000474 (0)
Mike Frysingerbc9c6422011-06-08 18:17:09 -0400288#define ANOMALY_05000480 (0)
Mike Frysingerd4d77302008-02-04 19:26:55 -0500289
290#endif