blob: 0d63f7406168cd154684dd352c9b741f8f7ec8b0 [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 *
Mike Frysingerc18e99c2009-03-04 17:36:49 +08005 * Copyright (C) 2004-2009 Analog Devices Inc.
Mike Frysingerbc8c84c2007-08-05 17:32:25 +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:
10 * - Revision C, 03/13/2009; ADSP-BF526 Blackfin Processor Anomaly List
11 * - Revision F, 03/03/2009; ADSP-BF527 Blackfin Processor Anomaly List
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080012 */
13
14#ifndef _MACH_ANOMALY_H_
15#define _MACH_ANOMALY_H_
16
Mike Frysingera4136472009-05-08 07:40:25 +000017/* We do not support old silicon - sorry */
18#if __SILICON_REVISION__ < 0
19# error will not work on BF526/BF527 silicon version
20#endif
21
Mike Frysinger4e8086d2008-10-10 21:07:55 +080022#if defined(__ADSPBF522__) || defined(__ADSPBF524__) || defined(__ADSPBF526__)
23# define ANOMALY_BF526 1
24#else
25# define ANOMALY_BF526 0
26#endif
27#if defined(__ADSPBF523__) || defined(__ADSPBF525__) || defined(__ADSPBF527__)
28# define ANOMALY_BF527 1
29#else
30# define ANOMALY_BF527 0
31#endif
32
Mike Frysingera4136472009-05-08 07:40:25 +000033#define _ANOMALY_BF526(rev526) (ANOMALY_BF526 && __SILICON_REVISION__ rev526)
34#define _ANOMALY_BF527(rev527) (ANOMALY_BF527 && __SILICON_REVISION__ rev527)
35#define _ANOMALY_BF526_BF527(rev526, rev527) (_ANOMALY_BF526(rev526) || _ANOMALY_BF527(rev527))
36
Mike Frysingera200ad22009-06-13 06:37:14 -040037/* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080038#define ANOMALY_05000074 (1)
Mike Frysingera70ce072008-05-31 15:47:17 +080039/* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
Mike Frysinger3529e0412008-10-28 16:22:41 +080040#define ANOMALY_05000119 (1) /* note: brokenness is noted in documentation, not anomaly sheet */
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080041/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
42#define ANOMALY_05000122 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000043/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080044#define ANOMALY_05000245 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000045/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
46#define ANOMALY_05000254 (1)
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080047/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
48#define ANOMALY_05000265 (1)
Mike Frysinger4e8086d2008-10-10 21:07:55 +080049/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
50#define ANOMALY_05000310 (1)
Mike Frysinger4e8086d2008-10-10 21:07:55 +080051/* PPI Is Level-Sensitive on First Transfer In Single Frame Sync Modes */
Mike Frysingera4136472009-05-08 07:40:25 +000052#define ANOMALY_05000313 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080053/* Incorrect Access of OTP_STATUS During otp_write() Function */
Mike Frysingera4136472009-05-08 07:40:25 +000054#define ANOMALY_05000328 (_ANOMALY_BF527(< 2))
55/* Host DMA Boot Modes Are Not Functional */
56#define ANOMALY_05000330 (__SILICON_REVISION__ < 2)
Mike Frysingerbc8c84c2007-08-05 17:32:25 +080057/* Disallowed Configuration Prevents Subsequent Allowed Configuration on Host DMA Port */
Mike Frysingera4136472009-05-08 07:40:25 +000058#define ANOMALY_05000337 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080059/* Ethernet MAC MDIO Reads Do Not Meet IEEE Specification */
Mike Frysingera4136472009-05-08 07:40:25 +000060#define ANOMALY_05000341 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080061/* TWI May Not Operate Correctly Under Certain Signal Termination Conditions */
Mike Frysingera4136472009-05-08 07:40:25 +000062#define ANOMALY_05000342 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080063/* USB Calibration Value Is Not Initialized */
Mike Frysingera4136472009-05-08 07:40:25 +000064#define ANOMALY_05000346 (_ANOMALY_BF526_BF527(< 1, < 2))
Robin Getz202d7bd2008-10-09 11:59:46 +080065/* USB Calibration Value to use */
66#define ANOMALY_05000346_value 0xE510
Sonic Zhang4d555632008-04-25 03:28:10 +080067/* Preboot Routine Incorrectly Alters Reset Value of USB Register */
Mike Frysingera4136472009-05-08 07:40:25 +000068#define ANOMALY_05000347 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080069/* Security Features Are Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000070#define ANOMALY_05000348 (_ANOMALY_BF527(< 1))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080071/* bfrom_SysControl() Firmware Function Performs Improper System Reset */
Mike Frysingera4136472009-05-08 07:40:25 +000072#define ANOMALY_05000353 (_ANOMALY_BF526(< 1))
Sonic Zhang4d555632008-04-25 03:28:10 +080073/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
Mike Frysingera4136472009-05-08 07:40:25 +000074#define ANOMALY_05000355 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080075/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
Mike Frysingera4136472009-05-08 07:40:25 +000076#define ANOMALY_05000357 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080077/* Incorrect Revision Number in DSPID Register */
Mike Frysingera4136472009-05-08 07:40:25 +000078#define ANOMALY_05000364 (_ANOMALY_BF527(== 1))
Sonic Zhang4d555632008-04-25 03:28:10 +080079/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
80#define ANOMALY_05000366 (1)
Mike Frysinger4e8086d2008-10-10 21:07:55 +080081/* Incorrect Default CSEL Value in PLL_DIV */
Mike Frysingera4136472009-05-08 07:40:25 +000082#define ANOMALY_05000368 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080083/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
Mike Frysingera4136472009-05-08 07:40:25 +000084#define ANOMALY_05000371 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080085/* Authentication Fails To Initiate */
Mike Frysingera4136472009-05-08 07:40:25 +000086#define ANOMALY_05000376 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080087/* Data Read From L3 Memory by USB DMA May be Corrupted */
Mike Frysingera4136472009-05-08 07:40:25 +000088#define ANOMALY_05000380 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080089/* 8-Bit NAND Flash Boot Mode Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000090#define ANOMALY_05000382 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080091/* Boot from OTP Memory Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000092#define ANOMALY_05000385 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080093/* bfrom_SysControl() Firmware Routine Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000094#define ANOMALY_05000386 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080095/* Programmable Preboot Settings Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000096#define ANOMALY_05000387 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +080097/* CRC32 Checksum Support Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +000098#define ANOMALY_05000388 (_ANOMALY_BF526_BF527(< 1, < 2))
Sonic Zhang4d555632008-04-25 03:28:10 +080099/* Reset Vector Must Not Be in SDRAM Memory Space */
Mike Frysingera4136472009-05-08 07:40:25 +0000100#define ANOMALY_05000389 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800101/* pTempCurrent Not Present in ADI_BOOT_DATA Structure */
Mike Frysingera4136472009-05-08 07:40:25 +0000102#define ANOMALY_05000392 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800103/* Deprecated Value of dTempByteCount in ADI_BOOT_DATA Structure */
Mike Frysingera4136472009-05-08 07:40:25 +0000104#define ANOMALY_05000393 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800105/* Log Buffer Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000106#define ANOMALY_05000394 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800107/* Hook Routine Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000108#define ANOMALY_05000395 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800109/* Header Indirect Bit Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000110#define ANOMALY_05000396 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800111/* BK_ONES, BK_ZEROS, and BK_DATECODE Constants Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000112#define ANOMALY_05000397 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800113/* SWRESET, DFRESET and WDRESET Bits in the SYSCR Register Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000114#define ANOMALY_05000398 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800115/* BCODE_NOBOOT in BCODE Field of SYSCR Register Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000116#define ANOMALY_05000399 (_ANOMALY_BF527(< 2))
Sonic Zhang4d555632008-04-25 03:28:10 +0800117/* PPI Data Signals D0 and D8 do not Tristate After Disabling PPI */
Mike Frysingera4136472009-05-08 07:40:25 +0000118#define ANOMALY_05000401 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800119/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
Mike Frysingera4136472009-05-08 07:40:25 +0000120#define ANOMALY_05000403 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800121/* Lockbox SESR Disallows Certain User Interrupts */
Mike Frysingera4136472009-05-08 07:40:25 +0000122#define ANOMALY_05000404 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800123/* Lockbox SESR Firmware Does Not Save/Restore Full Context */
124#define ANOMALY_05000405 (1)
125/* Lockbox SESR Firmware Arguments Are Not Retained After First Initialization */
Mike Frysingera4136472009-05-08 07:40:25 +0000126#define ANOMALY_05000407 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800127/* Lockbox Firmware Memory Cleanup Routine Does not Clear Registers */
128#define ANOMALY_05000408 (1)
129/* Lockbox firmware leaves MDMA0 channel enabled */
Mike Frysingera4136472009-05-08 07:40:25 +0000130#define ANOMALY_05000409 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800131/* Incorrect Default Internal Voltage Regulator Setting */
Mike Frysingera4136472009-05-08 07:40:25 +0000132#define ANOMALY_05000410 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800133/* bfrom_SysControl() Firmware Function Cannot be Used to Enter Power Saving Modes */
Mike Frysingera4136472009-05-08 07:40:25 +0000134#define ANOMALY_05000411 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800135/* OTP_CHECK_FOR_PREV_WRITE Bit is Not Functional in bfrom_OtpWrite() API */
Mike Frysingera4136472009-05-08 07:40:25 +0000136#define ANOMALY_05000414 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800137/* DEB2_URGENT Bit Not Functional */
Mike Frysingera4136472009-05-08 07:40:25 +0000138#define ANOMALY_05000415 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800139/* Speculative Fetches Can Cause Undesired External FIFO Operations */
140#define ANOMALY_05000416 (1)
141/* SPORT0 Ignores External TSCLK0 on PG14 When TMR6 is an Output */
Mike Frysingera4136472009-05-08 07:40:25 +0000142#define ANOMALY_05000417 (_ANOMALY_BF527(< 2))
143/* PPI Timing Requirements tSFSPE and tHFSPE Do Not Meet Data Sheet Specifications */
144#define ANOMALY_05000418 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800145/* USB PLL_STABLE Bit May Not Accurately Reflect the USB PLL's Status */
Mike Frysingera4136472009-05-08 07:40:25 +0000146#define ANOMALY_05000420 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800147/* TWI Fall Time (Tof) May Violate the Minimum I2C Specification */
148#define ANOMALY_05000421 (1)
149/* TWI Input Capacitance (Ci) May Violate the Maximum I2C Specification */
Mike Frysingera4136472009-05-08 07:40:25 +0000150#define ANOMALY_05000422 (_ANOMALY_BF526_BF527(> 0, > 1))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800151/* Certain Ethernet Frames With Errors are Misclassified in RMII Mode */
Mike Frysingera4136472009-05-08 07:40:25 +0000152#define ANOMALY_05000423 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800153/* Internal Voltage Regulator Not Trimmed */
Mike Frysingera4136472009-05-08 07:40:25 +0000154#define ANOMALY_05000424 (_ANOMALY_BF527(< 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800155/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
Mike Frysingera4136472009-05-08 07:40:25 +0000156#define ANOMALY_05000425 (_ANOMALY_BF526_BF527(< 1, < 2))
157/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800158#define ANOMALY_05000426 (1)
159/* WB_EDGE Bit in NFC_IRQSTAT Incorrectly Reflects Buffer Status Instead of IRQ Status */
Mike Frysingera4136472009-05-08 07:40:25 +0000160#define ANOMALY_05000429 (_ANOMALY_BF526_BF527(< 1, < 2))
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800161/* Software System Reset Corrupts PLL_LOCKCNT Register */
Mike Frysingera4136472009-05-08 07:40:25 +0000162#define ANOMALY_05000430 (_ANOMALY_BF527(> 1))
163/* Incorrect Use of Stack in Lockbox Firmware During Authentication */
164#define ANOMALY_05000431 (1)
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800165/* bfrom_SysControl() Does Not Clear SIC_IWR1 Before Executing PLL Programming Sequence */
Mike Frysingera4136472009-05-08 07:40:25 +0000166#define ANOMALY_05000432 (_ANOMALY_BF526(< 1))
Mike Frysinger94b28212008-11-18 17:48:21 +0800167/* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
Mike Frysingera4136472009-05-08 07:40:25 +0000168#define ANOMALY_05000435 (_ANOMALY_BF526_BF527(< 1, >= 0))
169/* Preboot Cannot be Used to Alter the PLL_DIV Register */
170#define ANOMALY_05000439 (_ANOMALY_BF526_BF527(< 1, >= 0))
171/* bfrom_SysControl() Cannot be Used to Write the PLL_DIV Register */
172#define ANOMALY_05000440 (_ANOMALY_BF526_BF527(< 1, >= 0))
173/* OTP Write Accesses Not Supported */
174#define ANOMALY_05000442 (_ANOMALY_BF527(< 1))
Mike Frysinger3529e0412008-10-28 16:22:41 +0800175/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
176#define ANOMALY_05000443 (1)
Mike Frysingera4136472009-05-08 07:40:25 +0000177/* The WURESET Bit in the SYSCR Register is not Functional */
178#define ANOMALY_05000445 (1)
179/* BCODE_QUICKBOOT, BCODE_ALLBOOT, and BCODE_FULLBOOT Settings in SYSCR Register Not Functional */
180#define ANOMALY_05000451 (1)
181/* Incorrect Default Hysteresis Setting for RESET, NMI, and BMODE Signals */
182#define ANOMALY_05000452 (_ANOMALY_BF526_BF527(< 1, >= 0))
183/* USB Receive Interrupt Is Not Generated in DMA Mode 1 */
184#define ANOMALY_05000456 (1)
185/* Host DMA Port Responds to Certain Bus Activity Without HOST_CE Assertion */
186#define ANOMALY_05000457 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -0400187/* False Hardware Error when RETI Points to Invalid Memory */
Mike Frysingera4136472009-05-08 07:40:25 +0000188#define ANOMALY_05000461 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -0400189/* USB Rx DMA hang */
190#define ANOMALY_05000465 (1)
191/* Possible RX data corruption when control & data EP FIFOs are accessed via the core */
192#define ANOMALY_05000467 (1)
Mike Frysingerbc8c84c2007-08-05 17:32:25 +0800193
Michael Hennerich2b393312007-10-10 16:58:49 +0800194/* Anomalies that don't exist on this proc */
Mike Frysingera4136472009-05-08 07:40:25 +0000195#define ANOMALY_05000099 (0)
196#define ANOMALY_05000120 (0)
Michael Hennerich59003142007-10-21 16:54:27 +0800197#define ANOMALY_05000125 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000198#define ANOMALY_05000149 (0)
Michael Hennerich59003142007-10-21 16:54:27 +0800199#define ANOMALY_05000158 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000200#define ANOMALY_05000171 (0)
201#define ANOMALY_05000179 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400202#define ANOMALY_05000182 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800203#define ANOMALY_05000183 (0)
204#define ANOMALY_05000198 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400205#define ANOMALY_05000202 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000206#define ANOMALY_05000215 (0)
207#define ANOMALY_05000220 (0)
208#define ANOMALY_05000227 (0)
Michael Hennerich59003142007-10-21 16:54:27 +0800209#define ANOMALY_05000230 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000210#define ANOMALY_05000231 (0)
211#define ANOMALY_05000233 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400212#define ANOMALY_05000234 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000213#define ANOMALY_05000242 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800214#define ANOMALY_05000244 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000215#define ANOMALY_05000248 (0)
216#define ANOMALY_05000250 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400217#define ANOMALY_05000257 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800218#define ANOMALY_05000261 (0)
219#define ANOMALY_05000263 (0)
220#define ANOMALY_05000266 (0)
221#define ANOMALY_05000273 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000222#define ANOMALY_05000274 (0)
Mike Frysingeree554be2009-03-03 16:52:55 +0800223#define ANOMALY_05000278 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400224#define ANOMALY_05000281 (0)
225#define ANOMALY_05000283 (0)
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800226#define ANOMALY_05000285 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000227#define ANOMALY_05000287 (0)
228#define ANOMALY_05000301 (0)
Mike Frysingerc18e99c2009-03-04 17:36:49 +0800229#define ANOMALY_05000305 (0)
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800230#define ANOMALY_05000307 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800231#define ANOMALY_05000311 (0)
Mike Frysinger3529e0412008-10-28 16:22:41 +0800232#define ANOMALY_05000312 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400233#define ANOMALY_05000315 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800234#define ANOMALY_05000323 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000235#define ANOMALY_05000362 (1)
Sonic Zhang4d555632008-04-25 03:28:10 +0800236#define ANOMALY_05000363 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000237#define ANOMALY_05000400 (0)
Mike Frysinger6651ece2009-01-07 23:14:38 +0800238#define ANOMALY_05000412 (0)
Mike Frysinger7dbc3f62009-03-06 00:20:49 +0800239#define ANOMALY_05000447 (0)
240#define ANOMALY_05000448 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000241#define ANOMALY_05000450 (0)
Sonic Zhang4d555632008-04-25 03:28:10 +0800242
Mike Frysingerbc8c84c2007-08-05 17:32:25 +0800243#endif