Update terminology: standard SMC to yielding SMC
Since Issue B (November 2016) of the SMC Calling Convention document
standard SMC calls are renamed to yielding SMC calls to help avoid
confusion with the standard service SMC range, which remains unchanged.

http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf

This patch adds a new define for yielding SMC call type and deprecates
the current standard SMC call type. The tsp is migrated to use this new
terminology and, additionally, the documentation and code comments are
updated to use this new terminology.

Change-Id: I0d7cc0224667ee6c050af976745f18c55906a793
Signed-off-by: David Cunado <david.cunado@arm.com>
1 parent ec54a87 commit 16292f54811f27bb7de28512cda74db83686cb63
@David Cunado David Cunado authored on 5 Apr 2017
Showing 11 changed files
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/tsp_main.c
View
common/runtime_svc.c
View
docs/firmware-design.md
View
docs/interrupt-framework-design.md
View
docs/rt-svc-writers-guide.md
View
include/bl32/tsp/tsp.h
View
include/lib/smcc.h
View
services/spd/tspd/tspd_common.c
View
services/spd/tspd/tspd_main.c
View
services/spd/tspd/tspd_private.h