summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRaj Rajasekaran <b10872@freescale.com>2009-09-24 14:24:25 -0500
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:00:04 -0400
commit22a93cc4e1719c1fa47a411a66113f6bd6f00ead (patch)
treebb0dda38b74d8b52298a314891a582e033f439c4 /include
parent79c359c7624ee14136ca67f4d162890de28f465c (diff)
ENGR00116798:MX51: Add support to handle potential hang on SCC HW failute.
-Added kernel error message to handle hang due to SCC HW failure. -Eliminated unwanted sleeps. -Kernel error message to handle the case when SCC key fuses are not blown. Signed-off-by: Raj Rajasekaran <b10872@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxc_scc2_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mxc_scc2_driver.h b/include/linux/mxc_scc2_driver.h
index 18ff7ae79eb4..ba305c1d2c6e 100644
--- a/include/linux/mxc_scc2_driver.h
+++ b/include/linux/mxc_scc2_driver.h
@@ -737,6 +737,8 @@ scc_verify_slot_access(uint64_t owner_id, uint32_t slot, uint32_t access_len);*/
#define SCM_STATUS_SRS_ZDONE2 0x7 /**< Zeroize Done, Cipher Busy */
#define SCM_STATUS_SRS_CDONE2 0x8 /**< Cipher Done, Zeroize Busy */
#define SCM_STATUS_SRS_ADONE 0xD /**< All Done */
+#define SCM_STATUS_SRS_FAIL 0xF /**< Fail State */
+
/* Format of the SCM VERSION ID REGISTER */
#define SCM_VER_BPP_MASK 0xFF000000 /**< Bytes Per Partition Mask */