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
87d6bc17
Unverified
Commit
87d6bc17
authored
Jan 22, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Jan 22, 2019
Browse files
Merge pull request #1770 from antonio-nino-diaz-arm/an/spm-mm
Undeprecate MM-based SPM
parents
c40c88f8
c26bd427
Changes
21
Show whitespace changes
Inline
Side-by-side
services/std_svc/std_svc_setup.c
View file @
87d6bc17
/*
* Copyright (c) 2014-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -103,7 +103,7 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid,
SMC_RET1
(
handle
,
ret
);
}
#if ENABLE_SPM && SPM_
DEPRECATED
#if ENABLE_SPM && SPM_
MM
/*
* Dispatch SPM calls to SPM SMC handler and return its return
* value
...
...
Prev
1
2
Next
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