Blackfin arch: update anomaly headers to match latest sheets
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -73,5 +73,7 @@
|
|||||||
#define ANOMALY_05000353 (0)
|
#define ANOMALY_05000353 (0)
|
||||||
#define ANOMALY_05000363 (0)
|
#define ANOMALY_05000363 (0)
|
||||||
#define ANOMALY_05000386 (0)
|
#define ANOMALY_05000386 (0)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -173,5 +173,6 @@
|
|||||||
#define ANOMALY_05000312 (0)
|
#define ANOMALY_05000312 (0)
|
||||||
#define ANOMALY_05000323 (0)
|
#define ANOMALY_05000323 (0)
|
||||||
#define ANOMALY_05000363 (0)
|
#define ANOMALY_05000363 (0)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file shoule be up to date with:
|
/* This file shoule be up to date with:
|
||||||
* - Revision D, 06/18/2008; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List
|
* - Revision E, 09/18/2008; ADSP-BF531/BF532/BF533 Blackfin Processor Anomaly List
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MACH_ANOMALY_H_
|
#ifndef _MACH_ANOMALY_H_
|
||||||
@@ -194,6 +194,10 @@
|
|||||||
#define ANOMALY_05000403 (1)
|
#define ANOMALY_05000403 (1)
|
||||||
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
||||||
#define ANOMALY_05000416 (1)
|
#define ANOMALY_05000416 (1)
|
||||||
|
/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
|
||||||
|
#define ANOMALY_05000425 (1)
|
||||||
|
/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
|
||||||
|
#define ANOMALY_05000426 (1)
|
||||||
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
||||||
#define ANOMALY_05000443 (1)
|
#define ANOMALY_05000443 (1)
|
||||||
|
|
||||||
@@ -275,6 +279,8 @@
|
|||||||
#define ANOMALY_05000323 (0)
|
#define ANOMALY_05000323 (0)
|
||||||
#define ANOMALY_05000353 (1)
|
#define ANOMALY_05000353 (1)
|
||||||
#define ANOMALY_05000386 (1)
|
#define ANOMALY_05000386 (1)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
#define ANOMALY_05000435 (0)
|
#define ANOMALY_05000435 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file shoule be up to date with:
|
/* This file shoule be up to date with:
|
||||||
* - Revision C, 02/08/2008; ADSP-BF534/ADSP-BF536/ADSP-BF537 Blackfin Processor Anomaly List
|
* - Revision D, 09/18/2008; ADSP-BF534/ADSP-BF536/ADSP-BF537 Blackfin Processor Anomaly List
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MACH_ANOMALY_H_
|
#ifndef _MACH_ANOMALY_H_
|
||||||
@@ -148,6 +148,12 @@
|
|||||||
#define ANOMALY_05000402 (__SILICON_REVISION__ >= 5)
|
#define ANOMALY_05000402 (__SILICON_REVISION__ >= 5)
|
||||||
/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
||||||
#define ANOMALY_05000403 (1)
|
#define ANOMALY_05000403 (1)
|
||||||
|
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
||||||
|
#define ANOMALY_05000416 (1)
|
||||||
|
/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
|
||||||
|
#define ANOMALY_05000425 (1)
|
||||||
|
/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
|
||||||
|
#define ANOMALY_05000426 (1)
|
||||||
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
||||||
#define ANOMALY_05000443 (1)
|
#define ANOMALY_05000443 (1)
|
||||||
|
|
||||||
@@ -163,6 +169,8 @@
|
|||||||
#define ANOMALY_05000353 (1)
|
#define ANOMALY_05000353 (1)
|
||||||
#define ANOMALY_05000363 (0)
|
#define ANOMALY_05000363 (0)
|
||||||
#define ANOMALY_05000386 (1)
|
#define ANOMALY_05000386 (1)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
#define ANOMALY_05000435 (0)
|
#define ANOMALY_05000435 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file shoule be up to date with:
|
/* This file shoule be up to date with:
|
||||||
* - Revision F, 06/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List
|
* - Revision G, 09/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List
|
||||||
* - Revision K, 06/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List
|
* - Revision L, 09/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MACH_ANOMALY_H_
|
#ifndef _MACH_ANOMALY_H_
|
||||||
@@ -106,6 +106,12 @@
|
|||||||
#define ANOMALY_05000403 (1)
|
#define ANOMALY_05000403 (1)
|
||||||
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
||||||
#define ANOMALY_05000416 (1)
|
#define ANOMALY_05000416 (1)
|
||||||
|
/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
|
||||||
|
#define ANOMALY_05000425 (1)
|
||||||
|
/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
|
||||||
|
#define ANOMALY_05000426 (1)
|
||||||
|
/* Specific GPIO Pins May Change State when Entering Hibernate */
|
||||||
|
#define ANOMALY_05000436 (__SILICON_REVISION__ > 3)
|
||||||
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
||||||
#define ANOMALY_05000443 (1)
|
#define ANOMALY_05000443 (1)
|
||||||
|
|
||||||
@@ -119,6 +125,8 @@
|
|||||||
#define ANOMALY_05000353 (1)
|
#define ANOMALY_05000353 (1)
|
||||||
#define ANOMALY_05000363 (0)
|
#define ANOMALY_05000363 (0)
|
||||||
#define ANOMALY_05000386 (1)
|
#define ANOMALY_05000386 (1)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
#define ANOMALY_05000435 (0)
|
#define ANOMALY_05000435 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -175,6 +175,8 @@
|
|||||||
#define ANOMALY_05000311 (0)
|
#define ANOMALY_05000311 (0)
|
||||||
#define ANOMALY_05000323 (0)
|
#define ANOMALY_05000323 (0)
|
||||||
#define ANOMALY_05000363 (0)
|
#define ANOMALY_05000363 (0)
|
||||||
|
#define ANOMALY_05000412 (0)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
#define ANOMALY_05000435 (0)
|
#define ANOMALY_05000435 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file shoule be up to date with:
|
/* This file shoule be up to date with:
|
||||||
* - Revision P, 02/08/2008; ADSP-BF561 Blackfin Processor Anomaly List
|
* - Revision Q, 11/07/2008; ADSP-BF561 Blackfin Processor Anomaly List
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MACH_ANOMALY_H_
|
#ifndef _MACH_ANOMALY_H_
|
||||||
@@ -264,6 +264,16 @@
|
|||||||
#define ANOMALY_05000371 (1)
|
#define ANOMALY_05000371 (1)
|
||||||
/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
|
||||||
#define ANOMALY_05000403 (1)
|
#define ANOMALY_05000403 (1)
|
||||||
|
/* TESTSET Instruction Causes Data Corruption with Writeback Data Cache Enabled */
|
||||||
|
#define ANOMALY_05000412 (1)
|
||||||
|
/* Speculative Fetches Can Cause Undesired External FIFO Operations */
|
||||||
|
#define ANOMALY_05000416 (1)
|
||||||
|
/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
|
||||||
|
#define ANOMALY_05000425 (1)
|
||||||
|
/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
|
||||||
|
#define ANOMALY_05000426 (1)
|
||||||
|
/* Lost/Corrupted L2/L3 Memory Write after Speculative L2 Memory Read by Core B */
|
||||||
|
#define ANOMALY_05000428 (__SILICON_REVISION__ > 3)
|
||||||
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
|
||||||
#define ANOMALY_05000443 (1)
|
#define ANOMALY_05000443 (1)
|
||||||
|
|
||||||
@@ -274,6 +284,7 @@
|
|||||||
#define ANOMALY_05000311 (0)
|
#define ANOMALY_05000311 (0)
|
||||||
#define ANOMALY_05000353 (1)
|
#define ANOMALY_05000353 (1)
|
||||||
#define ANOMALY_05000386 (1)
|
#define ANOMALY_05000386 (1)
|
||||||
|
#define ANOMALY_05000432 (0)
|
||||||
#define ANOMALY_05000435 (0)
|
#define ANOMALY_05000435 (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user