~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/blackfin/mach-bf533/include/mach/anomaly.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * and can be replaced with that version at any time
6
6
 * DO NOT EDIT THIS FILE
7
7
 *
8
 
 * Copyright 2004-2010 Analog Devices Inc.
 
8
 * Copyright 2004-2011 Analog Devices Inc.
9
9
 * Licensed under the ADI BSD license.
10
10
 *   https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
11
11
 */
12
12
 
13
13
/* This file should be up to date with:
14
 
 *  - Revision E, 09/18/2008; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List
 
14
 *  - Revision F, 05/25/2010; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List
15
15
 */
16
16
 
17
17
#ifndef _MACH_ANOMALY_H_
206
206
#define ANOMALY_05000443 (1)
207
207
/* False Hardware Error when RETI Points to Invalid Memory */
208
208
#define ANOMALY_05000461 (1)
 
209
/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
 
210
#define ANOMALY_05000462 (1)
 
211
/* Boot Failure When SDRAM Control Signals Toggle Coming Out Of Reset */
 
212
#define ANOMALY_05000471 (1)
209
213
/* Interrupted 32-Bit SPORT Data Register Access Results In Underflow */
210
214
#define ANOMALY_05000473 (1)
211
215
/* Possible Lockup Condition whem Modifying PLL from External Memory */
351
355
#define ANOMALY_05000362 (1)
352
356
#define ANOMALY_05000364 (0)
353
357
#define ANOMALY_05000380 (0)
 
358
#define ANOMALY_05000383 (0)
354
359
#define ANOMALY_05000386 (1)
355
360
#define ANOMALY_05000389 (0)
356
361
#define ANOMALY_05000412 (0)
357
362
#define ANOMALY_05000430 (0)
358
363
#define ANOMALY_05000432 (0)
359
364
#define ANOMALY_05000435 (0)
 
365
#define ANOMALY_05000440 (0)
360
366
#define ANOMALY_05000447 (0)
361
367
#define ANOMALY_05000448 (0)
362
368
#define ANOMALY_05000456 (0)
364
370
#define ANOMALY_05000465 (0)
365
371
#define ANOMALY_05000467 (0)
366
372
#define ANOMALY_05000474 (0)
 
373
#define ANOMALY_05000480 (0)
367
374
#define ANOMALY_05000485 (0)
368
375
 
369
376
#endif