Move TSP private declarations into separate header
authorDan Handley <dan.handley@arm.com>
Fri, 1 Aug 2014 16:58:27 +0000 (17:58 +0100)
committerDan Handley <dan.handley@arm.com>
Thu, 14 Aug 2014 10:25:41 +0000 (11:25 +0100)
commitda0af78aa230d3a873923e05643071f761f593e2
tree588578077360fee02317ea540156c25ccaa51ffb
parente98f414b2f54f6ff2eec54656d032bfc293b6b23
Move TSP private declarations into separate header

Move the TSP private declarations out of tsp.h and into a new
header, tsp_private.h. This clarifies the TSP interface to the TSPD.

Change-Id: I39af346eeba3350cadcac56c02d97a5cb978c28b
bl32/tsp/aarch64/tsp_entrypoint.S
bl32/tsp/tsp_interrupt.c
bl32/tsp/tsp_main.c
bl32/tsp/tsp_private.h [new file with mode: 0644]
bl32/tsp/tsp_timer.c
include/bl32/payloads/tsp.h