Migrate secure payload dispatchers to new SMC terminology
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.pd

A previous patch introduced a new define for yielding SMC call type.
This patch updates the secure payload dispatchers (except the TSPD) to
use this new define and also migrates the code to use the new
terminology.

Change-Id: I3d2437c04e3b21fdbd32019f55c066c87679a5bf
Signed-off-by: David Cunado <david.cunado@arm.com>
1 parent f132b4a commit bbbbcdaecf941d57f5d4ca4332a9551a27a69b3c
@David Cunado David Cunado authored on 16 Apr 2017
Showing 8 changed files
View
include/bl32/payloads/tlk.h
View
services/spd/opteed/opteed_main.c
View
services/spd/opteed/opteed_private.h
View
services/spd/tlkd/tlkd_common.c
View
services/spd/tlkd/tlkd_main.c
View
services/spd/tlkd/tlkd_private.h
View
services/spd/trusty/smcall.h
View
services/spd/trusty/trusty.c