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
8aa94a0e
Commit
8aa94a0e
authored
10 years ago
by
Sandrine Bailleux
Browse files
Options
Download
Email Patches
Plain Diff
juno: Increase L2RAM wait state to support higher cluster frequencies
Change-Id: I7f1fb4ed01ed73de1196ca17ed6fc1524478ec75
parent
8a40778c
v0.4-Juno-0.6-rc0
v0.4-Juno-0.5
v0.4-Juno-0.5-rc1
v0.4-Juno-0.5-rc0
v0.4-Juno-0.4
v0.4-Juno-0.4-rc0
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/aarch64/cpu_helpers.S
+9
-2
lib/aarch64/cpu_helpers.S
with
9 additions
and
2 deletions
+9
-2
lib/aarch64/cpu_helpers.S
View file @
8aa94a0e
...
...
@@ -43,13 +43,20 @@ func cpu_reset_handler
lsr
x0
,
x0
,
#
MIDR_PN_SHIFT
and
x0
,
x0
,
#
MIDR_PN_MASK
cmp
x0
,
#
MIDR_PN_A57
b.eq
smp
_setup_begin
b.eq
a57
_setup_begin
cmp
x0
,
#
MIDR_PN_A53
b.ne
smp_setup_end
b.eq
smp_setup_begin
b
smp_setup_end
a57_setup_begin
:
mov
x0
,
#
0x082
msr
s3_1_c11_c0_2
,
x0
smp_setup_begin
:
mrs
x0
,
CPUECTLR_EL1
orr
x0
,
x0
,
#
CPUECTLR_SMP_BIT
msr
CPUECTLR_EL1
,
x0
isb
smp_setup_end
:
ret
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