arm-trusted-firmware/services/spd/tspd
Vikram Kanigiri 31526cb013 Fix build by correcting asm helper function usage in TSPD
This patch fixes a regression failure due to the use of functions by the 
TSPD code which access system registers with partially qualified names. 
These functions had been removed in an earlier patch. The relevant code 
has been updated to access these registers with their fully qualified 
names.

Fixes ARM-software/tf-issues#119

Change-Id: Ide1bc5036e1b8164a42f7b7fe86186ad860e0ef9
2014-03-26 17:36:36 +00:00
..
tspd.mk Update Makefiles to get proper dependency checking working. 2014-03-05 16:21:14 +00:00
tspd_common.c Fix build by correcting asm helper function usage in TSPD 2014-03-26 17:36:36 +00:00
tspd_helpers.S Add Test Secure Payload Dispatcher (TSPD) service 2014-02-20 19:06:34 +00:00
tspd_main.c Implement standard calls for TSP 2014-03-20 11:16:23 +00:00
tspd_pm.c Implement late binding for runtime hooks 2014-02-26 19:53:48 +00:00
tspd_private.h Implement late binding for runtime hooks 2014-02-26 19:53:48 +00:00