aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/tspd
Commit message (Expand)AuthorAgeFilesLines
* spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz2017-11-081-1/+1
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-046-150/+6
|\
| * Use SPDX license identifiersdp-arm2017-05-036-150/+6
* | Merge pull request #919 from davidcunado-arm/dc/smc_yielding_genericdavidcunado-arm2017-05-023-39/+41
|\ \ | |/ |/|
| * Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-263-39/+41
* | tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz2017-04-201-1/+1
|/
* Fix TSPD implementation of STD SMC ABORTDouglas Raillard2017-02-231-3/+14
* Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
* Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard2016-12-234-9/+91
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-211-3/+3
* TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew2015-12-091-8/+13
* Enable use of FIQs and IRQs as TSP interruptsSoby Mathew2015-12-044-34/+44
* Unify interrupt return paths from TSP into the TSPDSoby Mathew2015-12-041-31/+16
* Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew2015-11-261-9/+0
* Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-101-4/+4
* PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-132-28/+17
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+2
* Demonstrate model for routing IRQs to EL3Soby Mathew2015-01-264-16/+171
* Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew2015-01-231-7/+4
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-192-8/+53
* Clarify platform porting interface to TSPDan Handley2014-08-191-1/+1
* Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-26/+52
* Rework the TSPD setup codeVikram Kanigiri2014-08-014-35/+52
* Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-281-0/+2
* Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-232-50/+18
* Provide cm_get/set_context() for current CPUAndrew Thoelke2014-06-112-16/+16
* Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew2014-05-291-1/+1
* Merge pull request #110 from soby-mathew:sm/support_normal_irq_in_tsp-v4 into...Dan Handley2014-05-271-28/+25
|\
| * Fixup Standard SMC Resume HandlingSoby Mathew2014-05-271-28/+25
* | Further renames of platform porting functionsDan Handley2014-05-271-1/+1
* | Split platform.h into separate headersDan Handley2014-05-233-2/+2
* | Remove extern keyword from function declarationsDan Handley2014-05-231-5/+5
* | Use a vector table for TSP entrypointsAndrew Thoelke2014-05-233-18/+18
|/
* Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-232-27/+129
* Add S-EL1 interrupt handling support in the TSPDAchin Gupta2014-05-223-9/+167
* Use secure timer to generate S-EL1 interruptsAchin Gupta2014-05-221-1/+5
* Add context library API to change a bit in SCR_EL3Achin Gupta2014-05-222-4/+4
* Rework 'state' field usage in per-cpu TSP contextAchin Gupta2014-05-224-13/+51
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-16/+3
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-3/+3
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-1/+1
* Rework BL3-1 unhandled exception handling and reportingSoby Mathew2014-05-161-2/+0
* Reduce deep nesting of header filesDan Handley2014-05-065-32/+24
* Always use named structs in header filesDan Handley2014-05-064-29/+29
* Separate out CASSERT macro into own headerDan Handley2014-05-061-0/+1
* Remove vpath usage in makefilesDan Handley2014-05-061-7/+4
* Make use of user/system includes more consistentDan Handley2014-05-065-6/+5
* Move include and source files to logical locationsDan Handley2014-05-061-1/+1
* Place assembler functions in separate sectionsAndrew Thoelke2014-03-261-2/+2