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
366d95f9
Commit
366d95f9
authored
Mar 09, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Mar 09, 2020
Browse files
Merge "TSP: corrected log information" into integration
parents
03ea84c3
a16bc845
Changes
1
Hide whitespace changes
Inline
Side-by-side
bl32/tsp/tsp_main.c
View file @
366d95f9
...
...
@@ -273,11 +273,11 @@ tsp_args_t *tsp_cpu_resume_main(uint64_t max_off_pwrlvl,
spin_lock
(
&
console_lock
);
INFO
(
"TSP: cpu 0x%lx resumed. maximum off power level %lld
\n
"
,
read_mpidr
(),
max_off_pwrlvl
);
INFO
(
"TSP: cpu 0x%lx: %d smcs, %d erets %d cpu
suspend
requests
\n
"
,
INFO
(
"TSP: cpu 0x%lx: %d smcs, %d erets %d cpu
resume
requests
\n
"
,
read_mpidr
(),
tsp_stats
[
linear_id
].
smc_count
,
tsp_stats
[
linear_id
].
eret_count
,
tsp_stats
[
linear_id
].
cpu_
suspend
_count
);
tsp_stats
[
linear_id
].
cpu_
resume
_count
);
spin_unlock
(
&
console_lock
);
#endif
/* Indicate to the SPD that we have completed this request */
...
...
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