summaryrefslogtreecommitdiff
path: root/include/fsl_sec.h
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2018-05-02 12:16:36 +0200
committerYe Li <ye.li@nxp.com>2018-05-23 04:15:44 -0700
commitc26db25a130ef1f0abd43a3133877f74431eb217 (patch)
tree6cc24dc162e2496b0611dbb475efbdcc13b18bdc /include/fsl_sec.h
parentd1d10af5a15473377fefbca56c1dac293fb06f3b (diff)
MLK-18043 2/4: caam: enable support for iMX7ULP
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com> (cherry picked from commit 5f429339ab5a5f0d1f00a2880ce05cf479f11ba5)
Diffstat (limited to 'include/fsl_sec.h')
-rw-r--r--include/fsl_sec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/fsl_sec.h b/include/fsl_sec.h
index f1d0ec9f7eb..d0764ad9381 100644
--- a/include/fsl_sec.h
+++ b/include/fsl_sec.h
@@ -152,7 +152,7 @@ typedef struct ccsr_sec {
struct jr_regs {
#if defined(CONFIG_SYS_FSL_SEC_LE) && \
- !(defined(CONFIG_MX6) || defined(CONFIG_MX7))
+ !(defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP))
u32 irba_l;
u32 irba_h;
#else
@@ -166,7 +166,7 @@ struct jr_regs {
u32 rsvd3;
u32 irja;
#if defined(CONFIG_SYS_FSL_SEC_LE) && \
- !(defined(CONFIG_MX6) || defined(CONFIG_MX7))
+ !(defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP))
u32 orba_l;
u32 orba_h;
#else
@@ -199,7 +199,7 @@ struct jr_regs {
*/
struct sg_entry {
#if defined(CONFIG_SYS_FSL_SEC_LE) && \
- !(defined(CONFIG_MX6) || defined(CONFIG_MX7))
+ !(defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP))
uint32_t addr_lo; /* Memory Address - lo */
uint32_t addr_hi; /* Memory Address of start of buffer - hi */
#else
@@ -220,7 +220,7 @@ struct sg_entry {
#define BLOB_SIZE(x) ((x) + 32 + 16) /* Blob buffer size */
-#if defined(CONFIG_MX6) || defined(CONFIG_MX7)
+#if defined(CONFIG_MX6) || defined(CONFIG_MX7) || defined(CONFIG_MX7ULP)
/* Job Ring Base Address */
#define JR_BASE_ADDR(x) (CONFIG_SYS_FSL_SEC_ADDR + 0x1000 * (x + 1))
/* Secure Memory Offset varies accross versions */