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
4728900f
Unverified
Commit
4728900f
authored
Sep 10, 2018
by
Soby Mathew
Committed by
GitHub
Sep 10, 2018
Browse files
Merge pull request #1568 from soby-mathew/sm/fix_ares_err_report
Fix the Cortex-ares errata reporting function name
parents
82426599
66ec7121
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cpus/aarch64/cortex_ares.S
View file @
4728900f
...
...
@@ -95,7 +95,7 @@ endfunc cortex_ares_core_pwr_dwn
/*
*
Errata
printing
function
for
Cortex
-
Ares
.
Must
follow
AAPCS
.
*/
func
cortex_a
72
_errata_report
func
cortex_a
res
_errata_report
stp
x8
,
x30
,
[
sp
,
#-
16
]!
bl
cpu_get_rev_var
...
...
@@ -109,7 +109,7 @@ func cortex_a72_errata_report
ldp
x8
,
x30
,
[
sp
],
#
16
ret
endfunc
cortex_a
72
_errata_report
endfunc
cortex_a
res
_errata_report
#endif
/
*
---------------------------------------------
...
...
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