aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd
Commit message (Expand)AuthorAgeFilesLines
...
* Demonstrate model for routing IRQs to EL3Soby Mathew2015-01-264-16/+171
* Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew2015-01-232-14/+8
* Add opteed based on tspdJens Wiklander2014-09-168-0/+1324
* 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
* Fix build failure due to a typo in TSPD codeAchin Gupta2014-03-261-1/+1
* Fix build by correcting asm helper function usage in TSPDVikram Kanigiri2014-03-261-3/+5
* Implement standard calls for TSPJeenu Viswambharan2014-03-201-0/+21
* Update Makefiles to get proper dependency checking working.Jon Medhurst2014-03-051-4/+4
* Implement late binding for runtime hooksJeenu Viswambharan2014-02-263-5/+32
* Rework arithmetic operations in Test Secure PayloadAchin Gupta2014-02-201-2/+90
* Add power management support in the SPDAchin Gupta2014-02-203-3/+253
* Add Test Secure Payload Dispatcher (TSPD) serviceAchin Gupta2014-02-205-0/+652