Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127063
b: refs/heads/master
c: 94b2821
h: refs/heads/master
i:
  127061: e0a5987
  127059: 84e07a2
  127055: f3cdbda
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 69602b4 commit f640b93
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5e986c46857a4bed329afd41faec73be24b6d74
refs/heads/master: 94b28211d83a7d8e86a8452a1bc65c95853af448
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mach-bf527/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
#define ANOMALY_05000430 (ANOMALY_BF527 && __SILICON_REVISION__ > 1)
/* bfrom_SysControl() Does Not Clear SIC_IWR1 Before Executing PLL Programming Sequence */
#define ANOMALY_05000432 (ANOMALY_BF526)
/* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
#define ANOMALY_05000435 (ANOMALY_BF526 && __SILICON_REVISION__ < 1 || ANOMALY_BF527)
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
#define ANOMALY_05000443 (1)

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf533/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,6 @@
#define ANOMALY_05000323 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000435 (0)

#endif
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf537/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@
#define ANOMALY_05000353 (1)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000435 (0)

#endif
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf538/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@
#define ANOMALY_05000353 (1)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000435 (0)

#endif
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf548/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@
#define ANOMALY_05000311 (0)
#define ANOMALY_05000323 (0)
#define ANOMALY_05000363 (0)
#define ANOMALY_05000435 (0)

#endif
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf561/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,6 @@
#define ANOMALY_05000311 (0)
#define ANOMALY_05000353 (1)
#define ANOMALY_05000386 (1)
#define ANOMALY_05000435 (0)

#endif

0 comments on commit f640b93

Please sign in to comment.