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
61903ad7
Commit
61903ad7
authored
Apr 01, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Apr 01, 2020
Browse files
Merge "include: fixup 'cm_setup_context' prototype" into integration
parents
0f99bf32
25d819a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/el3_runtime/context_mgmt.h
View file @
61903ad7
...
...
@@ -32,7 +32,7 @@ void cm_set_context(void *context, uint32_t security_state);
void
cm_init_my_context
(
const
struct
entry_point_info
*
ep
);
void
cm_init_context_by_index
(
unsigned
int
cpu_idx
,
const
struct
entry_point_info
*
ep
);
void
cm_setup_context
(
cpu_context_t
*
ctx
,
const
entry_point_info
_t
*
ep
);
void
cm_setup_context
(
cpu_context_t
*
ctx
,
const
struct
entry_point_info
*
ep
);
void
cm_prepare_el3_exit
(
uint32_t
security_state
);
#ifdef __aarch64__
...
...
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