Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
22cde67b
Unverified
Commit
22cde67b
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1837 from spencercw/master
imx: Configure CAAM job rings master ID for i.MX8MQ
parents
af381678
45a95e39
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c
+5
-0
plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c
plat/imx/imx8m/imx8mq/include/platform_def.h
+5
-0
plat/imx/imx8m/imx8mq/include/platform_def.h
with
10 additions
and
0 deletions
+10
-0
plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c
View file @
22cde67b
...
...
@@ -84,6 +84,11 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
mmio_write_32
(
IMX_CSU_BASE
+
i
*
4
,
0xffffffff
);
}
/* config CAAM JRaMID set MID to Cortex A */
mmio_write_32
(
CAAM_JR0MID
,
CAAM_NS_MID
);
mmio_write_32
(
CAAM_JR1MID
,
CAAM_NS_MID
);
mmio_write_32
(
CAAM_JR2MID
,
CAAM_NS_MID
);
#if DEBUG_CONSOLE
static
console_uart_t
console
;
...
...
This diff is collapsed.
Click to expand it.
plat/imx/imx8m/imx8mq/include/platform_def.h
View file @
22cde67b
...
...
@@ -119,3 +119,8 @@
#define DEBUG_CONSOLE 0
#define IMX_WDOG_B_RESET
#define PLAT_IMX8M 1
#define CAAM_JR0MID U(0x30900010)
#define CAAM_JR1MID U(0x30900018)
#define CAAM_JR2MID U(0x30900020)
#define CAAM_NS_MID U(0x1)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help