aboutsummaryrefslogtreecommitdiffstats
path: root/services/std_svc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1169 from antonio-nino-diaz-arm/an/spm-fixesdavidcunado-arm2017-11-232-9/+11
|\
| * SPM: Fix SP_COMMUNICATE_AARCH32/64 parametersAntonio Nino Diaz2017-11-151-4/+6
| * SPM: Fix calculation of max page granularityAntonio Nino Diaz2017-11-151-5/+5
* | SDEI: Assert that dynamic events have Normal priorityJeenu Viswambharan2017-11-201-0/+2
* | SDEI: Fix security state check for explicit dispatchJeenu Viswambharan2017-11-201-1/+3
|/
* SDEI: Fix build error with logging enabledJeenu Viswambharan2017-11-131-1/+1
* SDEI: Add API for explicit dispatchJeenu Viswambharan2017-11-131-0/+86
* BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-136-1/+2149
* SPM: Fix pointer to MP info in boot info structAntonio Nino Diaz2017-11-101-2/+2
* SPM: Introduce Secure Partition ManagerAntonio Nino Diaz2017-11-088-3/+1100
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* 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
* 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
* 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-211-2/+2
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* PSCI: Update state only if CPU_OFF is not denied by SPDSoby Mathew2015-10-061-14/+18
* 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-101-6/+8
|/
* 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: 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
* 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
|\ \
| * | Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux2015-06-041-1/+6
| * | Rationalize reset handling codeSandrine Bailleux2015-06-041-63/+20
| |/
* / Fix integer extension in mpidr_set_aff_inst()Andrew Thoelke2015-06-191-2/+2
|/