Migrate secure payload dispatchers to new SMC terminology
authorDavid Cunado <david.cunado@arm.com>
Sun, 16 Apr 2017 16:15:08 +0000 (17:15 +0100)
committerDavid Cunado <david.cunado@arm.com>
Thu, 4 May 2017 20:23:06 +0000 (21:23 +0100)
commitbbbbcdaecf941d57f5d4ca4332a9551a27a69b3c
tree340dc2cd12a4f25a108969f697c70cda54b871da
parentf132b4a05b23916c1101add4bd6d973a99983719
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>
include/bl32/payloads/tlk.h
services/spd/opteed/opteed_main.c
services/spd/opteed/opteed_private.h
services/spd/tlkd/tlkd_common.c
services/spd/tlkd/tlkd_main.c
services/spd/tlkd/tlkd_private.h
services/spd/trusty/smcall.h
services/spd/trusty/trusty.c