aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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-0426-651/+27
|\
| * Use SPDX license identifiersdp-arm2017-05-0326-651/+27
* | 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
* Perform a cache flush after ENTER PSCI timestamp capturedp-arm2016-11-031-1/+6
* Add PMF instrumentation points in TFdp-arm2016-10-121-3/+22
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-1/+17
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-13/+5
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-1811-3192/+0
* Fix coding guideline warningsSoby Mathew2016-07-182-3/+3
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-184-22/+22
* Add optional PSCI STAT residency & count functionsYatharth Kochar2016-06-167-1/+425
* opteed: assume aarch64 for opteeAshutosh Singh2016-06-131-1/+1
* PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_opsSoby Mathew2016-05-253-9/+18
* Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz2016-05-201-2/+2
* Remove unused argument in psci_cpu_on_start()Sandrine Bailleux2016-04-253-10/+3
* Validate psci_cpu_on_start() argumentsSandrine Bailleux2016-04-251-0/+4
* pass r0-r6 as part of smc paramAshutosh Singh2016-04-011-0/+12
* PSCI: Resolve GCC static analysis false positiveSoby Mathew2016-02-081-0/+1
* Fix PSCI CPU ON race when setting state to ON_PENDINGSoby Mathew2016-02-013-20/+29
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-1/+1
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-212-5/+5
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* 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