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
6403a306
Commit
6403a306
authored
Apr 17, 2015
by
danh-arm
Browse files
Merge pull request #290 from soby-mathew/sm/AEM_crash_report_fix
Fix recursive crash prints on FVP AEM model
parents
da85170d
6fa11a5e
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/cpus/aarch64/aem_generic.S
View file @
6403a306
/*
/*
*
Copyright
(
c
)
2014
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2014
-
2015
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
*
Redistribution
and
use
in
source
and
binary
forms
,
with
or
without
*
Redistribution
and
use
in
source
and
binary
forms
,
with
or
without
*
modification
,
are
permitted
provided
that
the
following
conditions
are
met
:
*
modification
,
are
permitted
provided
that
the
following
conditions
are
met
:
...
@@ -79,8 +79,12 @@ endfunc aem_generic_cluster_pwr_dwn
...
@@ -79,8 +79,12 @@ endfunc aem_generic_cluster_pwr_dwn
*
reported
.
*
reported
.
*
---------------------------------------------
*
---------------------------------------------
*/
*/
.
section
.
rodata.
aem_generic_regs
,
"aS"
aem_generic_regs
:
/
*
The
ascii
list
of
register
names
to
be
reported
*/
.
asciz
""
/*
no
registers
to
report
*/
func
aem_generic_cpu_reg_dump
func
aem_generic_cpu_reg_dump
mov
x6
,
#
0
/*
no
registers
to
report
*/
adr
x6
,
aem_generic_regs
ret
ret
endfunc
aem_generic_cpu_reg_dump
endfunc
aem_generic_cpu_reg_dump
...
...
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