summaryrefslogtreecommitdiff
path: root/services/std_svc/psci/psci_private.h
AgeCommit message (Expand)Author
2016-04-25Remove unused argument in psci_cpu_on_start()Sandrine Bailleux
2016-02-01Fix PSCI CPU ON race when setting state to ON_PENDINGSoby Mathew
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
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-06-22PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew
2015-02-12Export maximum affinity using PLATFORM_MAX_AFFLVL macroSoby Mathew
2015-01-26Implement PSCI_FEATURES APISoby Mathew
2015-01-26Rework the PSCI migrate APIsSoby Mathew
2015-01-23Validate power_state and entrypoint when executing PSCI callsSoby Mathew
2015-01-23Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew
2015-01-23Rework internal API to save non-secure entry point infoSoby Mathew
2015-01-22Move bakery algorithm implementation out of coherent memorySoby Mathew
2014-12-04Fix the array size of mpidr_aff_map_nodes_t.Soby Mathew
2014-08-19Miscellaneous PSCI code cleanupsAchin Gupta
2014-08-19Add APIs to preserve highest affinity level in OFF stateAchin Gupta
2014-08-19Rework state management in the PSCI implementationAchin Gupta
2014-08-19Add PSCI service specific per-CPU dataAchin Gupta
2014-08-19Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo
2014-07-19Remove coherent stack usage from the warm boot pathAchin Gupta
2014-06-25Remove current CPU mpidr from PSCI common codeAndrew Thoelke
2014-06-23Correctly dimension the PSCI aff_map_node arrayAndrew Thoelke
2014-06-23Eliminate psci_suspend_context arrayAndrew Thoelke
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-05-23Remove unused data declarationsDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Move PSCI global functions out of private headerDan Handley
2014-04-29Preserve PSCI cpu_suspend 'power_state' parameter.Vikram Kanigiri
2014-03-20Implement ARM Standard ServiceJeenu Viswambharan