summaryrefslogtreecommitdiff
path: root/lib/psci/psci_on.c
Commit message (Expand)AuthorAgeFilesLines
* fix(psci): potential array overflow with cpu onOlivier Deprez2023-04-111-2/+7
* refactor(context mgmt): add cm_prepare_el3_exit_ns functionZelalem Aweke2022-04-121-2/+2
* Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-101-11/+13
* Adding new optional PSCI hook pwr_domain_on_finish_lateMadhukar Pappireddy2019-09-251-1/+9
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-7/+9
* PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz2018-07-241-16/+20
* PSCI: Replace macros by static inline functionsAntonio Nino Diaz2018-07-201-1/+14
* PSCI: Publish CPU ON eventJeenu Viswambharan2017-10-231-0/+3
* Address edge case for stale PSCI CPU data in cacheDavid Cunado2017-07-261-0/+13
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-191-1/+1
* PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan2017-03-021-1/+3
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-3/+1
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-0/+212