summaryrefslogtreecommitdiff
path: root/bl32/tsp/tsp_main.c
Commit message (Expand)AuthorAgeFilesLines
* Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-101-3/+3
* PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-131-33/+27
* Add linker symbol declarations to bl_common.hDan Handley2015-04-281-6/+0
* Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-061-17/+17
* Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew2015-01-231-3/+1
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-221-3/+3
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-191-0/+66
* Clarify platform porting interface to TSPDan Handley2014-08-191-1/+2
* Move TSP private declarations into separate headerDan Handley2014-08-141-0/+1
* Rationalize console log outputDan Handley2014-08-121-39/+47
* Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-7/+6
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-231-0/+1
* Use a vector table for TSP entrypointsAndrew Thoelke2014-05-231-23/+2
* Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-231-11/+14
* Enable secure timer to generate S-EL1 interruptsAchin Gupta2014-05-221-0/+21
* Add support for synchronous FIQ handling in TSPAchin Gupta2014-05-221-1/+2
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-8/+19
* Reduce deep nesting of header filesDan Handley2014-05-061-4/+5
* Always use named structs in header filesDan Handley2014-05-061-11/+11
* Generate build time and date message at link time.Jon Medhurst2014-03-051-3/+1
* Rework arithmetic operations in Test Secure PayloadAchin Gupta2014-02-201-18/+15
* Add power management support in the SPDAchin Gupta2014-02-201-12/+3
* Add Test Secure Payload (BL3-2) imageAchin Gupta2014-02-201-0/+355