aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd
Commit message (Expand)AuthorAgeFilesLines
* spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz2017-11-083-3/+3
* trusty: save/restore FPU registers in world switchAijun Sun2017-09-191-0/+15
* opteed: pass device tree pointer in x2Jens Wiklander2017-08-244-6/+7
* Support paging function for OPTEE.Edison Ai2017-08-094-8/+16
* Fix order of #includesIsla Mitchell2017-07-124-6/+7
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-141-1/+1
* Migrate secure payload dispatchers to new SMC terminologyDavid Cunado2017-05-047-47/+48
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-0425-626/+26
|\
| * Use SPDX license identifiersdp-arm2017-05-0325-626/+26
* | 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
|/
* spd: trusty: support for AARCH64 modeVarun Wadekar2017-03-061-22/+6
* spd: trusty: save context starting from the stack endVarun Wadekar2017-03-061-2/+3
* spd: trusty: add SET_ROT_PARAMS handlingVarun Wadekar2017-03-062-0/+13
* tlkd: execute standard SMC calls on the boot CPUVarun Wadekar2017-03-061-3/+14
* spd: trusty: pass boot params to the Trusted OSWayne Lin2017-03-061-0/+11
* spd: trusty: only process one function ID at a timeAnthony Zhou2017-03-061-0/+16
* spd: trusty: pass VMID via X7Anthony Zhou2017-03-062-8/+53
* Merge pull request #847 from douglas-raillard-arm/dr/fix_abort_smcdanh-arm2017-02-281-3/+14
|\
| * Fix TSPD implementation of STD SMC ABORTDouglas Raillard2017-02-231-3/+14
* | spd: trusty: OEN_TAP_START aperture for standard callsAmith2017-02-231-1/+1
|/
* Replace some memset call by zeromemDouglas Raillard2017-02-062-4/+6
* Resolve build errors flagged by GCC 6.2David Cunado2017-01-261-6/+7
* Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard2016-12-234-9/+91
* Check Trusty is present during the SPD's initializationSandrine Bailleux2016-11-301-0/+5
* Fix a coding style issue in trusty.cSandrine Bailleux2016-11-231-1/+1
* Fix compilation warning in Trusty SPDSandrine Bailleux2016-11-231-4/+2
* spd: dispatcher for interacting with the Trusty TEEVarun Wadekar2016-11-085-0/+658
* opteed: assume aarch64 for opteeAshutosh Singh2016-06-131-1/+1
* pass r0-r6 as part of smc paramAshutosh Singh2016-04-011-0/+12
* 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-262-14/+0
* TLKD: pass results with TLK_RESUME_FID function IDVarun Wadekar2015-10-091-38/+14
* Send power management events to the Trusted OS (TLK)Varun Wadekar2015-09-302-2/+129
* Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-102-8/+8
* Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta2015-08-175-55/+32
|\
| * PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-135-55/+32
* | tlkd: delete 'NEED_BL32' build variableVarun Wadekar2015-07-241-2/+0
|/
* Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar2015-04-131-66/+47
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-083-0/+6
* Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-311-0/+33
* Preempt/Resume standard function ID callsVarun Wadekar2015-03-311-0/+61
* Translate secure/non-secure virtual addressesVarun Wadekar2015-03-313-0/+83
* Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-311-1/+82
* Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-316-0/+745
* Demonstrate model for routing IRQs to EL3Soby Mathew2015-01-264-16/+171