Rename 'smcc' to 'smccc'
When the source code says 'SMCC' it is talking about the SMC Calling
Convention. The correct acronym is SMCCC. This affects a few definitions
and file names.

Some files have been renamed (smcc.h, smcc_helpers.h and smcc_macros.S)
but the old files have been kept for compatibility, they include the
new ones with an ERROR_DEPRECATED guard.

Change-Id: I78f94052a502436fdd97ca32c0fe86bd58173f2f
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent ed81126 commit 085e80ec111b2ab3607f0f38f6ef0062922bc196
@Antonio Nino Diaz Antonio Nino Diaz authored on 21 Mar 2018
Showing 28 changed files
View
bl1/aarch32/bl1_context_mgmt.c
View
bl1/aarch32/bl1_entrypoint.S
View
bl1/aarch32/bl1_exceptions.S
View
bl1/aarch64/bl1_exceptions.S
View
bl1/bl1_fwu.c
View
bl1/bl1_main.c
View
bl32/sp_min/aarch32/entrypoint.S
View
bl32/sp_min/sp_min_main.c
View
docs/psci-lib-integration-guide.rst
View
docs/rt-svc-writers-guide.rst
View
include/common/runtime_svc.h
View
include/lib/aarch32/smcc_helpers.h
View
include/lib/aarch32/smcc_macros.S
View
include/lib/aarch32/smccc_helpers.h 0 → 100644
View
include/lib/aarch32/smccc_macros.S 0 → 100644
View
include/lib/aarch64/smcc_helpers.h
View
include/lib/aarch64/smccc_helpers.h 0 → 100644
View
include/lib/smcc.h
View
include/lib/smccc.h 0 → 100644
View
lib/el3_runtime/aarch32/context_mgmt.c
View
lib/el3_runtime/aarch64/context_mgmt.c
View
lib/pmf/pmf_smc.c
View
lib/psci/psci_main.c
View
plat/arm/common/execution_state_switch.c
View
plat/rockchip/rk3399/drivers/dp/cdn_dp.c
View
services/arm_arch_svc/arm_arch_svc_setup.c
View
services/std_svc/spm/spm_main.c
View
services/std_svc/std_svc_setup.c