aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* PSCI: Update state only if CPU_OFF is not denied by SPDSoby Mathew2015-10-061-14/+18
* Send power management events to the Trusted OS (TLK)Varun Wadekar2015-09-302-2/+129
* Make generic code work in presence of system cachesAchin Gupta2015-09-143-18/+0
* Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2Achin Gupta2015-09-143-24/+9
|\
| * Re-design bakery lock memory allocation and algorithmAndrew Thoelke2015-09-113-24/+9
* | Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-103-14/+16
|/
* Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta2015-08-1718-2101/+1676
|\
| * PSCI: Rework generic code to conform to coding guidelinesSoby Mathew2015-08-138-88/+92
| * PSCI: Fix the return code for invalid entrypointSoby Mathew2015-08-133-47/+34
| * PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-135-55/+32
| * PSCI: Switch to the new PSCI frameworksSoby Mathew2015-08-1320-4168/+987
| * PSCI: Implement platform compatibility layerSoby Mathew2015-08-131-0/+78
| * PSCI: Unify warm reset entry pointsSandrine Bailleux2015-08-136-46/+46
| * PSCI: Add framework to handle composite power statesSoby Mathew2015-08-137-412/+749
| * PSCI: Introduce new platform interface to describe topologySoby Mathew2015-08-138-648/+442
| * PSCI: Introduce new platform and CM helper APIsSoby Mathew2015-08-137-45/+42
| * PSCI: Remove references to affinity based power managementSoby Mathew2015-08-0510-476/+479
| * PSCI: Invoke PM hooks only for the highest levelSoby Mathew2015-08-059-724/+122
| * PSCI: Create new directory to implement new frameworksSoby Mathew2015-08-0510-0/+3181
* | tlkd: delete 'NEED_BL32' build variableVarun Wadekar2015-07-241-2/+0
|/
* Merge pull request #324 from soby-mathew/sm/sys_suspenddanh-arm2015-07-024-4/+106
|\
| * PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew2015-06-224-4/+106
* | Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm2015-06-241-63/+25
|\ \