aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-05-27 17:47:31 -0400
committerMike Frysinger <vapier@gentoo.org>2010-08-06 12:55:46 -0400
commitdc7101bbaed644e61aa0056ff572b8d7a58e1ef0 (patch)
tree5fb562e5ab4fa556c37ea89f066c4a10cd1559e0 /arch/blackfin/mach-bf548/include
parent5369fba13611118bc380674a410bede0863566f2 (diff)
Blackfin: update anomaly lists to latest public info
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/include')
-rw-r--r--arch/blackfin/mach-bf548/include/mach/anomaly.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/anomaly.h b/arch/blackfin/mach-bf548/include/mach/anomaly.h
index 7d08c7524498..4070079e2c00 100644
--- a/arch/blackfin/mach-bf548/include/mach/anomaly.h
+++ b/arch/blackfin/mach-bf548/include/mach/anomaly.h
@@ -5,7 +5,7 @@
5 * and can be replaced with that version at any time 5 * and can be replaced with that version at any time
6 * DO NOT EDIT THIS FILE 6 * DO NOT EDIT THIS FILE
7 * 7 *
8 * Copyright 2004-2009 Analog Devices Inc. 8 * Copyright 2004-2010 Analog Devices Inc.
9 * Licensed under the ADI BSD license. 9 * Licensed under the ADI BSD license.
10 * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 10 * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
11 */ 11 */
@@ -28,7 +28,7 @@
28#define ANOMALY_05000119 (1) 28#define ANOMALY_05000119 (1)
29/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */ 29/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
30#define ANOMALY_05000122 (1) 30#define ANOMALY_05000122 (1)
31/* Data Corruption with Cached External Memory and Non-Cached On-Chip L2 Memory */ 31/* Data Corruption/Core Hang with L2/L3 Configured in Writeback Cache Mode */
32#define ANOMALY_05000220 (1) 32#define ANOMALY_05000220 (1)
33/* False Hardware Error from an Access in the Shadow of a Conditional Branch */ 33/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
34#define ANOMALY_05000245 (1) 34#define ANOMALY_05000245 (1)
@@ -210,10 +210,16 @@
210#define ANOMALY_05000473 (1) 210#define ANOMALY_05000473 (1)
211/* Access to DDR-SDRAM causes system hang under certain PLL/VR settings */ 211/* Access to DDR-SDRAM causes system hang under certain PLL/VR settings */
212#define ANOMALY_05000474 (1) 212#define ANOMALY_05000474 (1)
213/* Core Hang With L2/L3 Configured in Writeback Cache Mode */
214#define ANOMALY_05000475 (1)
215/* TESTSET Instruction Cannot Be Interrupted */ 213/* TESTSET Instruction Cannot Be Interrupted */
216#define ANOMALY_05000477 (1) 214#define ANOMALY_05000477 (1)
215/* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
216#define ANOMALY_05000481 (1)
217/* Possible USB Data Corruption When Multiple Endpoints Are Accessed by the Core */
218#define ANOMALY_05000483 (1)
219/* PLL_CTL Change Using bfrom_SysControl() Can Result in Processor Overclocking */
220#define ANOMALY_05000485 (__SILICON_REVISION__ >= 2)
221/* IFLUSH sucks at life */
222#define ANOMALY_05000491 (1)
217 223
218/* Anomalies that don't exist on this proc */ 224/* Anomalies that don't exist on this proc */
219#define ANOMALY_05000099 (0) 225#define ANOMALY_05000099 (0)
@@ -229,6 +235,7 @@
229#define ANOMALY_05000198 (0) 235#define ANOMALY_05000198 (0)
230#define ANOMALY_05000202 (0) 236#define ANOMALY_05000202 (0)
231#define ANOMALY_05000215 (0) 237#define ANOMALY_05000215 (0)
238#define ANOMALY_05000219 (0)
232#define ANOMALY_05000227 (0) 239#define ANOMALY_05000227 (0)
233#define ANOMALY_05000230 (0) 240#define ANOMALY_05000230 (0)
234#define ANOMALY_05000231 (0) 241#define ANOMALY_05000231 (0)
@@ -263,5 +270,6 @@
263#define ANOMALY_05000412 (0) 270#define ANOMALY_05000412 (0)
264#define ANOMALY_05000432 (0) 271#define ANOMALY_05000432 (0)
265#define ANOMALY_05000435 (0) 272#define ANOMALY_05000435 (0)
273#define ANOMALY_05000475 (0)
266 274
267#endif 275#endif