Skip to content
GitLab
Menu
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
f4d1312c
Commit
f4d1312c
authored
Oct 26, 2016
by
davidcunado-arm
Committed by
GitHub
Oct 26, 2016
Browse files
Merge pull request #739 from rockchip-linux/fixes-latency
rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5
parents
4f0b2e81
4ea8dc4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/rockchip/common/aarch64/plat_helpers.S
View file @
f4d1312c
...
@@ -67,7 +67,7 @@ handler_a72:
...
@@ -67,7 +67,7 @@ handler_a72:
*
Set
the
L2
Data
RAM
latency
for
Cortex
-
A72
.
*
Set
the
L2
Data
RAM
latency
for
Cortex
-
A72
.
*
Set
the
L2
Tag
RAM
latency
to
for
Cortex
-
A72
.
*
Set
the
L2
Tag
RAM
latency
to
for
Cortex
-
A72
.
*/
*/
mov
x0
,
#((
2
<<
L2CTLR_DATA_RAM_LATENCY_SHIFT
)
|
\
mov
x0
,
#((
5
<<
L2CTLR_DATA_RAM_LATENCY_SHIFT
)
|
\
(0
x1
<<
5
))
(0
x1
<<
5
))
msr
L2CTLR_EL1
,
x0
msr
L2CTLR_EL1
,
x0
isb
isb
...
...
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