summaryrefslogtreecommitdiff
path: root/services/std_svc
AgeCommit message (Expand)Author
2017-05-03Use SPDX license identifiersdp-arm
2016-11-03Perform a cache flush after ENTER PSCI timestamp capturedp-arm
2016-10-12Add PMF instrumentation points in TFdp-arm
2016-09-22PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Fix coding guideline warningsSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-06-16Add optional PSCI STAT residency & count functionsYatharth Kochar
2016-05-25PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_opsSoby Mathew
2016-05-20Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz
2016-04-25Remove unused argument in psci_cpu_on_start()Sandrine Bailleux
2016-04-25Validate psci_cpu_on_start() argumentsSandrine Bailleux
2016-02-08PSCI: Resolve GCC static analysis false positiveSoby Mathew
2016-02-01Fix PSCI CPU ON race when setting state to ON_PENDINGSoby Mathew
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-10-06PSCI: Update state only if CPU_OFF is not denied by SPDSoby Mathew
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-14Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2Achin Gupta
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-09-10Pass the target suspend level to SPD suspend hooksAchin Gupta
2015-08-13PSCI: Rework generic code to conform to coding guidelinesSoby Mathew
2015-08-13PSCI: Fix the return code for invalid entrypointSoby Mathew
2015-08-13PSCI: Switch to the new PSCI frameworksSoby Mathew
2015-08-13PSCI: Implement platform compatibility layerSoby Mathew
2015-08-13PSCI: Unify warm reset entry pointsSandrine Bailleux
2015-08-13PSCI: Add framework to handle composite power statesSoby Mathew
2015-08-13PSCI: Introduce new platform interface to describe topologySoby Mathew
2015-08-13PSCI: Introduce new platform and CM helper APIsSoby Mathew
2015-08-05PSCI: Remove references to affinity based power managementSoby Mathew
2015-08-05PSCI: Invoke PM hooks only for the highest levelSoby Mathew
2015-08-05PSCI: Create new directory to implement new frameworksSoby Mathew
2015-07-02Merge pull request #324 from soby-mathew/sm/sys_suspenddanh-arm
2015-06-24Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm
2015-06-22PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew
2015-06-19Fix integer extension in mpidr_set_aff_inst()Andrew Thoelke
2015-06-04Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux
2015-06-04Rationalize reset handling codeSandrine Bailleux
2015-05-13PSCI: Set ON_PENDING state early during CPU_ONSoby Mathew
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-03-05Fix violations to the coding styleSandrine Bailleux
2015-02-12Export maximum affinity using PLATFORM_MAX_AFFLVL macroSoby Mathew
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-26Verify capabilities before handling PSCI callsSoby Mathew
2015-01-26Implement PSCI_FEATURES APISoby Mathew
2015-01-26Rework the PSCI migrate APIsSoby Mathew
2015-01-23Return success if an interrupt is seen during PSCI CPU_SUSPENDSoby Mathew