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
bc1a42b7
Commit
bc1a42b7
authored
Apr 22, 2014
by
danh-arm
Browse files
Merge pull request #44 from danh-arm/dh/tf-issues#136
Remove redundant code from bl1_plat_helpers.S
parents
19c72525
9e1c4bd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/fvp/aarch64/bl1_plat_helpers.S
View file @
bc1a42b7
...
...
@@ -59,11 +59,6 @@
*
-----------------------------------------------------
*/
func
plat_secondary_cold_boot_setup
bl
read_mpidr
mov
x19
,
x0
bl
platform_get_core_pos
mov
x20
,
x0
/
*
---------------------------------------------
*
Power
down
this
cpu
.
*
TODO
:
Do
we
need
to
worry
about
powering
the
...
...
@@ -72,8 +67,9 @@ func plat_secondary_cold_boot_setup
*
loader
zeroes
out
the
zi
section
.
*
---------------------------------------------
*/
bl
read_mpidr
ldr
x1
,
=
PWRC_BASE
str
w
19
,
[
x1
,
#
PPOFFR_OFF
]
str
w
0
,
[
x1
,
#
PPOFFR_OFF
]
/
*
---------------------------------------------
*
Deactivate
the
gic
cpu
interface
as
well
...
...
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