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
b8dc3f14
Unverified
Commit
b8dc3f14
authored
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1430 from dp-arm/dp/cpulib
cpulib: Add ISBs or comment why they are unneeded
parents
7fb3a70b
bd5a76ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/cpus/aarch64/cortex_a57.S
+1
-0
lib/cpus/aarch64/cortex_a57.S
lib/cpus/aarch64/cortex_a72.S
+1
-0
lib/cpus/aarch64/cortex_a72.S
lib/cpus/aarch64/cortex_a73.S
+1
-0
lib/cpus/aarch64/cortex_a73.S
lib/cpus/aarch64/cortex_a75.S
+1
-0
lib/cpus/aarch64/cortex_a75.S
with
4 additions
and
0 deletions
+4
-0
lib/cpus/aarch64/cortex_a57.S
View file @
b8dc3f14
...
...
@@ -404,6 +404,7 @@ func cortex_a57_reset_func
#if IMAGE_BL31 && WORKAROUND_CVE_2017_5715
adr
x0
,
wa_cve_2017_5715_mmu_vbar
msr
vbar_el3
,
x0
/
*
isb
will
be
performed
before
returning
from
this
function
*/
#endif
#if WORKAROUND_CVE_2018_3639
...
...
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/cortex_a72.S
View file @
b8dc3f14
...
...
@@ -137,6 +137,7 @@ func cortex_a72_reset_func
cpu_check_csv2
x0
,
1
f
adr
x0
,
wa_cve_2017_5715_mmu_vbar
msr
vbar_el3
,
x0
/
*
isb
will
be
performed
before
returning
from
this
function
*/
1
:
#endif
...
...
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/cortex_a73.S
View file @
b8dc3f14
...
...
@@ -40,6 +40,7 @@ func cortex_a73_reset_func
cpu_check_csv2
x0
,
1
f
adr
x0
,
wa_cve_2017_5715_bpiall_vbar
msr
vbar_el3
,
x0
/
*
isb
will
be
performed
before
returning
from
this
function
*/
1
:
#endif
...
...
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/cortex_a75.S
View file @
b8dc3f14
...
...
@@ -15,6 +15,7 @@ func cortex_a75_reset_func
cpu_check_csv2
x0
,
1
f
adr
x0
,
wa_cve_2017_5715_bpiall_vbar
msr
vbar_el3
,
x0
isb
1
:
#endif
...
...
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