aboutsummaryrefslogtreecommitdiff
path: root/services/spd/tspd
AgeCommit message (Expand)Author
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
2022-02-03test(el3-runtime): dit is retained on world switchDaniel Boulby
2021-03-18Bug fix in tspd interrupt handling when TSP_NS_INTR_ASYNC_PREEMPT is enabledMadhukar Pappireddy
2020-02-18coverity: fix MISRA violationsZelalem
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-02-12Sanitize SPD include pathsAntonio Nino Diaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-03Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew
2018-09-28Remove all other deprecated interfaces and filesAntonio Nino Diaz
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-06-12Fix MISRA Rule 5.3 Part 3Daniel Boulby
2018-04-27Fix pointer type mismatch of handlersMasahiro Yamada
2018-04-21spd: add static qualifier to locally used functions and dataMasahiro Yamada
2018-04-13Fix MISRA rule 8.4 Part 3Roberto Vargas
2018-04-13Fix MISRA rule 8.3 Part 3Roberto Vargas
2018-03-26services: fix switch statements to comply with MISRA rulesJonathan Wright
2018-02-27TSPD: Register preempted SMC error code with EHFJeenu Viswambharan
2018-02-06TSPD: Require NS preemption along with EL3 exception handlingJeenu Viswambharan
2018-02-06TSPD: Explicitly allow NS preemption for Yielding SMCsJeenu Viswambharan
2017-11-08spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz
2017-07-12Fix order of #includesIsla Mitchell
2017-05-04Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Merge pull request #919 from davidcunado-arm/dc/smc_yielding_genericdavidcunado-arm
2017-04-26Update terminology: standard SMC to yielding SMCDavid Cunado
2017-04-20tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz
2017-02-23Fix TSPD implementation of STD SMC ABORTDouglas Raillard
2017-02-06Replace some memset call by zeromemDouglas Raillard
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-09TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew
2015-12-04Enable use of FIQs and IRQs as TSP interruptsSoby Mathew
2015-12-04Unify interrupt return paths from TSP into the TSPDSoby Mathew
2015-11-26Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew
2015-09-10Pass the target suspend level to SPD suspend hooksAchin Gupta
2015-08-13PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-01-26Demonstrate model for routing IRQs to EL3Soby Mathew
2015-01-23Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew
2014-08-19Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo
2014-08-19Clarify platform porting interface to TSPDan Handley
2014-08-01Support asynchronous method for BL3-2 initializationVikram Kanigiri
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-29Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew