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
2b4c5e4b
Commit
2b4c5e4b
authored
Dec 30, 2019
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Dec 30, 2019
Browse files
Merge "uniphier: run BL33 at EL2" into integration
parents
caa0c85d
f998a052
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/socionext/uniphier/uniphier_image_desc.c
View file @
2b4c5e4b
...
...
@@ -80,7 +80,7 @@ static struct bl_mem_params_node uniphier_image_descs[] = {
VERSION_2
,
entry_point_info_t
,
NON_SECURE
|
EXECUTABLE
),
.
ep_info
.
pc
=
UNIPHIER_BL33_BASE
,
.
ep_info
.
spsr
=
SPSR_64
(
MODE_EL
1
,
MODE_SP_ELX
,
.
ep_info
.
spsr
=
SPSR_64
(
MODE_EL
2
,
MODE_SP_ELX
,
DISABLE_ALL_EXCEPTIONS
),
.
next_handoff_image_id
=
INVALID_IMAGE_ID
,
...
...
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