summaryrefslogtreecommitdiff
path: root/lib/psci/psci_setup.c
Commit message (Expand)AuthorAgeFilesLines
* feat(psci): add support for PSCI_SET_SUSPEND_MODEWing Li2023-03-201-0/+3
* feat(psci): require validate_power_state to expose CPU_SUSPENDSamuel Holland2021-10-151-1/+2
* PSCI: fix limit of 256 CPUs caused by cast to unsigned charGraeme Gregory2020-12-221-2/+12
* Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-101-8/+8
* adding support to enable different personality of the same soc.Pankaj Gupta2019-11-261-5/+8
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-1/+7
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-6/+8
* Mark BL31 initialization functionsDaniel Boulby2018-10-031-4/+4
* PSCI: Fix MISRA defects in common and setup codeAntonio Nino Diaz2018-07-241-34/+36
* ARMv7 may not support Generic Timer ExtensionEtienne Carriere2017-11-081-0/+2
* reset2: Add PSCI system_reset2 functionRoberto Vargas2017-10-131-0/+2
* mem_protect: Add mem_protect APIRoberto Vargas2017-09-251-0/+5
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* PSCI: Introduce cache and barrier wrappersJeenu Viswambharan2017-03-021-3/+3
* Report errata workaround status to consoleJeenu Viswambharan2017-01-301-1/+5
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-3/+4
* Merge pull request #702 from jeenu-arm/psci-node-hw-statedanh-arm2016-09-191-0/+2
|\
| * PSCI: Add support for PSCI NODE_HW_STATE APIJeenu Viswambharan2016-09-151-0/+2
* | Flush `psci_plat_pm_ops` after initializationSoby Mathew2016-09-091-0/+7
|/
* AArch32: Add support to PSCI libSoby Mathew2016-08-101-0/+12
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-10/+29
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-0/+261