aboutsummaryrefslogtreecommitdiff
path: root/services/spd/tspd/tspd_common.c
AgeCommit message (Expand)Author
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2017-11-08spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz
2017-05-04Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-26Update terminology: standard SMC to yielding SMCDavid Cunado
2017-02-06Replace some memset call by zeromemDouglas Raillard
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
2014-08-01Rework the TSPD setup codeVikram Kanigiri
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-11Provide cm_get/set_context() for current CPUAndrew Thoelke
2014-05-23Split platform.h into separate headersDan Handley
2014-05-22Add S-EL1 interrupt handling support in the TSPDAchin Gupta
2014-05-22Use secure timer to generate S-EL1 interruptsAchin Gupta
2014-05-22Rework 'state' field usage in per-cpu TSP contextAchin Gupta
2014-05-22Introduce macros to manipulate the SPSRVikram Kanigiri
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-03-26Fix build failure due to a typo in TSPD codeAchin Gupta
2014-03-26Fix build by correcting asm helper function usage in TSPDVikram Kanigiri
2014-02-20Add Test Secure Payload Dispatcher (TSPD) serviceAchin Gupta