aboutsummaryrefslogtreecommitdiffstats
path: root/include/bl32
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new BL handover interfaceSoby Mathew2018-02-261-0/+4
* spd: tlkd: support for "NS memory ranges" function IDVarun Wadekar2018-01-081-1/+2
* bl32: add secure interrupt handling in AArch32 sp_minEtienne Carriere2017-08-091-0/+3
* sp_min: Implement `sp_min_plat_runtime_setup()`Dimitris Papastamos2017-06-201-2/+3
* Migrate secure payload dispatchers to new SMC terminologyDavid Cunado2017-05-041-12/+12
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-044-100/+4
|\
| * Use SPDX license identifiersdp-arm2017-05-034-100/+4
* | Merge pull request #919 from davidcunado-arm/dc/smc_yielding_genericdavidcunado-arm2017-05-021-10/+10
|\ \ | |/ |/|
| * Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-261-10/+10
* | Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-291-1/+1
|/
* Resolve build errors flagged by GCC 6.2David Cunado2017-01-261-8/+10
* Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard2016-12-231-2/+11
* Fix TSP_STD_FID macroDouglas Raillard2016-12-201-9/+8
* AArch32: Support in SP_MIN to receive arguments from BL2Yatharth Kochar2016-09-211-1/+2
* AArch32: add a minimal secure payload (SP_MIN)Soby Mathew2016-08-101-0/+42
* Enable use of FIQs and IRQs as TSP interruptsSoby Mathew2015-12-041-6/+7
* Unify interrupt return paths from TSP into the TSPDSoby Mathew2015-12-041-1/+0
* Send power management events to the Trusted OS (TLK)Varun Wadekar2015-09-301-0/+6
* Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar2015-04-131-1/+0
* Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-311-1/+10
* Preempt/Resume standard function ID callsVarun Wadekar2015-03-311-0/+2
* Translate secure/non-secure virtual addressesVarun Wadekar2015-03-311-0/+1
* Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-311-0/+12
* Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-311-0/+58
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-191-0/+4
* Clarify platform porting interface to TSPDan Handley2014-08-192-0/+44
* Move TSP private declarations into separate headerDan Handley2014-08-141-87/+2
* Move BL porting functions into platform.hDan Handley2014-05-231-48/+0
* Split platform.h into separate headersDan Handley2014-05-231-1/+1
* Remove extern keyword from function declarationsDan Handley2014-05-232-36/+36
* Use a vector table for TSP entrypointsAndrew Thoelke2014-05-231-74/+15
* Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-231-7/+36
* Add support for synchronous FIQ handling in TSPAchin Gupta2014-05-221-9/+38
* Use secure timer to generate S-EL1 interruptsAchin Gupta2014-05-221-0/+7
* Reduce deep nesting of header filesDan Handley2014-05-062-8/+11
* Always use named structs in header filesDan Handley2014-05-062-18/+18
* Separate out CASSERT macro into own headerDan Handley2014-05-061-1/+1
* Move include and source files to logical locationsDan Handley2014-05-062-0/+246