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
18eb0025
Commit
18eb0025
authored
Sep 12, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Sep 12, 2019
Browse files
Merge "Zeus: apply the MSR SSBS instruction" into integration
parents
684b3a02
07f979bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cpus/aarch64/neoverse_zeus.S
View file @
18eb0025
...
...
@@ -46,6 +46,16 @@ func neoverse_zeus_errata_report
endfunc
neoverse_zeus_errata_report
#endif
func
neoverse_zeus_reset_func
mov
x19
,
x30
/
*
Disable
speculative
loads
*/
msr
SSBS
,
xzr
isb
ret
x19
endfunc
neoverse_zeus_reset_func
/
*
---------------------------------------------
*
This
function
provides
Neoverse
-
Zeus
specific
*
register
information
for
crash
reporting
.
...
...
@@ -66,5 +76,5 @@ func neoverse_zeus_cpu_reg_dump
endfunc
neoverse_zeus_cpu_reg_dump
declare_cpu_ops
neoverse_zeus
,
NEOVERSE_ZEUS_MIDR
,
\
CPU_NO_RESET_FUNC
,
\
neoverse_zeus_reset_func
,
\
neoverse_zeus_core_pwr_dwn
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