]> git.baikalelectronics.ru Git - arm-tf.git/commit
Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)
authorVarun Wadekar <vwadekar@nvidia.com>
Fri, 13 Mar 2015 08:31:03 +0000 (14:01 +0530)
committerVarun Wadekar <vwadekar@nvidia.com>
Tue, 31 Mar 2015 04:26:50 +0000 (09:56 +0530)
commit220383153c582b8b1d26b21ab2f240143a0558f5
tree3cdebd16734bee8f2153d4d375af19ef701d9d1a
parentb5b12347ab095b01f74c700927f22988e3818db2
Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)

TLK Dispatcher (tlkd) is based on the tspd and is the glue required
to run TLK as a Secure Payload with the Trusted Firmware.

Change-Id: I69e573d26d52342eb049feef773dd7d2a506f4ab
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
include/bl32/payloads/tlk.h [new file with mode: 0644]
services/spd/tlkd/tlkd.mk [new file with mode: 0644]
services/spd/tlkd/tlkd_common.c [new file with mode: 0644]
services/spd/tlkd/tlkd_helpers.S [new file with mode: 0644]
services/spd/tlkd/tlkd_main.c [new file with mode: 0644]
services/spd/tlkd/tlkd_pm.c [new file with mode: 0644]
services/spd/tlkd/tlkd_private.h [new file with mode: 0644]