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
96ef670a
Commit
96ef670a
authored
Aug 14, 2017
by
danh-arm
Committed by
GitHub
Aug 14, 2017
Browse files
Merge pull request #1048 from douglas-raillard-arm/dr/fix_bl2u_entrypoint
Fix BL2U entrypoint possible parameter corruption
parents
a937d93e
5c2c88b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bl2u/aarch32/bl2u_entrypoint.S
View file @
96ef670a
...
...
@@ -32,7 +32,7 @@ func bl2u_entrypoint
*
---------------------------------------------
*/
mov
r11
,
r1
mov
r1
2
,
r2
mov
r1
0
,
r2
/
*
---------------------------------------------
*
Set
the
exception
vector
to
something
sane
.
...
...
@@ -107,7 +107,7 @@ func bl2u_entrypoint
*
---------------------------------------------
*/
mov
r0
,
r11
mov
r1
,
r1
2
mov
r1
,
r1
0
bl
bl2u_early_platform_setup
bl
bl2u_plat_arch_setup
...
...
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