arm-trusted-firmware/services/spd/tlkd
Varun Wadekar 26670c8260 tlkd: execute standard SMC calls on the boot CPU
This patch checks if standard SMC calls, meant for TLK, are issued
only on the boot CPU. TLK is UP Trusted OS stack and so we need this
check to avoid the NS world calling into TLK from any other CPU.

The previous check tied TLK to CPU0, but the boot CPU can be other
than CPU0 in some scenarios.

Change-Id: I75eaafa32471ce19e9920433c2f97b6b5fc02d86
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2017-03-06 08:47:51 -08:00
..
tlkd.mk tlkd: delete 'NEED_BL32' build variable 2015-07-24 18:23:12 +05:30
tlkd_common.c Translate secure/non-secure virtual addresses 2015-03-31 10:06:51 +05:30
tlkd_helpers.S Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
tlkd_main.c tlkd: execute standard SMC calls on the boot CPU 2017-03-06 08:47:51 -08:00
tlkd_pm.c Send power management events to the Trusted OS (TLK) 2015-09-30 10:38:28 +05:30
tlkd_private.h Translate secure/non-secure virtual addresses 2015-03-31 10:06:51 +05:30