Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arm Reference Solutions
trusted-firmware-a
Commits
9272a8fd
Commit
9272a8fd
authored
Nov 23, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Nov 23, 2020
Browse files
Merge "plat:qti Mandate SMC implementaion" into integration
parents
7cf307d2
7a0f795e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/qti/common/src/qti_common.c
View file @
9272a8fd
...
...
@@ -176,14 +176,14 @@ int32_t plat_get_soc_revision(void)
}
/*****************************************************************************
* plat_smccc_feature_available() - This function checks whether SMCCC feature
* plat_
is_
smccc_feature_available() - This function checks whether SMCCC feature
* is availabile for the platform or not.
* @fid: SMCCC function id
*
* Return SMC_ARCH_CALL_SUCCESS if SMCCC feature is available and
* SMC_ARCH_CALL_NOT_SUPPORTED otherwise.
*****************************************************************************/
int32_t
plat_smccc_feature_available
(
u_register_t
fid
)
int32_t
plat_
is_
smccc_feature_available
(
u_register_t
fid
)
{
switch
(
fid
)
{
case
SMCCC_ARCH_SOC_ID
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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