summaryrefslogtreecommitdiff
path: root/services/spd/tspd
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-02-03 23:44:36 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-02-04 09:00:42 +0000
commit90fc243e9256775c85f8763e8fa1b2b59e67d0ce (patch)
tree4293050433bd6237830ec824e8334a90bf400af4 /services/spd/tspd
parent14b6608c9a2eba27ef36cc3e0806c9fa6d5555b0 (diff)
Merge in files from Allwinners lichee BSP tarball
The Pine64 Wiki[1] links to a BSP tarball, among other things containing a dump of an ARM Trusted Firmware source tree with Allwinner changes on top. Since the tarball does not contain any version history information about the changes, this commit is just the diff between the ATF 1.0 release and the files from the Allwinner provided tarball. The executable flag from many source has been removed. [1] http://wiki.pine64.org/index.php/Pine_A64_Software_Release#Linux_BSP_Related
Diffstat (limited to 'services/spd/tspd')
-rw-r--r--services/spd/tspd/tspd_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/spd/tspd/tspd_main.c b/services/spd/tspd/tspd_main.c
index b8d4569..1d5d5c5 100644
--- a/services/spd/tspd/tspd_main.c
+++ b/services/spd/tspd/tspd_main.c
@@ -255,7 +255,7 @@ uint64_t tspd_smc_handler(uint32_t smc_fid,
#if TSP_INIT_ASYNC
entry_point_info_t *next_image_info;
#endif
-
+ WARN("tspd_smc_handler call\n");
/* Determine which security state this SMC originated from */
ns = is_caller_non_secure(flags);
@@ -358,6 +358,7 @@ uint64_t tspd_smc_handler(uint32_t smc_fid,
* finished initialising itself after a cold boot
*/
case TSP_ENTRY_DONE:
+ WARN("tspd_smc_handler call:TSP_ENTRY_DONE\n");
if (ns)
SMC_RET1(handle, SMC_UNK);