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
2d4aceaf
Commit
2d4aceaf
authored
Jul 25, 2014
by
Dan Handley
Browse files
Merge pull request #167 from jcastillo-arm/jc/tf-issues/217
FVP: Ensure system reset wake-up results in cold boot
parents
54d0911f
08783e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/fvp/aarch64/fvp_helpers.S
View file @
2d4aceaf
...
...
@@ -122,8 +122,11 @@ func platform_get_entrypoint
str
w2
,
[
x1
,
#
PSYSR_OFF
]
ldr
w2
,
[
x1
,
#
PSYSR_OFF
]
ubfx
w2
,
w2
,
#
PSYSR_WK_SHIFT
,
#
PSYSR_WK_MASK
cbnz
w2
,
warm_reset
mov
x0
,
x2
cmp
w2
,
#
WKUP_PPONR
beq
warm_reset
cmp
w2
,
#
WKUP_GICREQ
beq
warm_reset
mov
x0
,
#
0
b
exit
warm_reset
:
/
*
---------------------------------------------
...
...
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