summaryrefslogtreecommitdiff
path: root/lib/psci/psci_private.h
AgeCommit message (Expand)Author
2023-05-31fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_tWing Li
2023-03-20feat(psci): add support for OS-initiated modeWing Li
2023-03-20feat(psci): add support for PSCI_SET_SUSPEND_MODEWing Li
2023-01-25fix(cpus): workaround for Cortex-A510 erratum 2684597Harrison Mutai
2022-09-29refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safeJayanth Dodderi Chidanand
2022-09-15refactor(psci): move psci_do_pwrdown_sequence() out of private headerPranav Madhu
2022-07-20feat(psci): add a helper function to ensure that non-boot PEs are offlineLucian Paul-Trifu
2020-12-22PSCI: fix limit of 256 CPUs caused by cast to unsigned charGraeme Gregory
2020-01-10Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani
2019-11-26adding support to enable different personality of the same soc.Pankaj Gupta
2019-09-13Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani
2019-06-06PSCI: Lookup list of parent nodes to lock only onceAndrew F. Davis
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-08-02psci: Use bool in internal interfacesAntonio Nino Diaz
2018-07-24PSCI: Fix MISRA defects in common and setup codeAntonio Nino Diaz
2018-07-24PSCI: Fix MISRA defects in MEM_PROTECTAntonio Nino Diaz
2018-07-24PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz
2018-07-20PSCI: Fix types of definitionsAntonio Nino Diaz
2018-07-20PSCI: Refactor lock macros to comply with MISRAAntonio Nino Diaz
2018-07-20PSCI: Replace macros by static inline functionsAntonio Nino Diaz
2018-06-12Fix MISRA Rule 5.3 Part 2Daniel Boulby
2018-02-28Fix MISRA rule 8.3 in common codeRoberto Vargas
2017-10-13mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECKRoberto Vargas
2017-10-13reset2: Add PSCI system_reset2 functionRoberto Vargas
2017-09-25mem_protect: Add mem_protect APIRoberto Vargas
2017-05-03Use SPDX license identifiersdp-arm
2017-03-02PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan
2017-03-02PSCI: Introduce cache and barrier wrappersJeenu Viswambharan
2017-02-13PSCI: Decouple PSCI stat residency calculation from PMFdp-arm
2016-09-15PSCI: Add support for PSCI NODE_HW_STATE APIJeenu Viswambharan
2016-07-25Fix use of stale power states in PSCI standby finisherAchin Gupta
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew