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
04c12231
Commit
04c12231
authored
Feb 10, 2021
by
bipin.ravi
Committed by
TrustedFirmware Code Review
Feb 10, 2021
Browse files
Merge "services: TRNG: Fix -O0 compilation" into integration
parents
925477ec
323b6c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/std_svc/std_svc_setup.c
View file @
04c12231
...
...
@@ -142,10 +142,12 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid,
}
#endif
#if TRNG_SUPPORT
if
(
is_trng_fid
(
smc_fid
))
{
return
trng_smc_handler
(
smc_fid
,
x1
,
x2
,
x3
,
x4
,
cookie
,
handle
,
flags
);
}
#endif
switch
(
smc_fid
)
{
case
ARM_STD_SVC_CALL_COUNT
:
...
...
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