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
18eb0025
Commit
18eb0025
authored
5 years ago
by
Soby Mathew
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Zeus: apply the MSR SSBS instruction" into integration
parents
684b3a02
07f979bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/cpus/aarch64/neoverse_zeus.S
+11
-1
lib/cpus/aarch64/neoverse_zeus.S
with
11 additions
and
1 deletion
+11
-1
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
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