summaryrefslogtreecommitdiff
path: root/lib/psci/psci_on.c
AgeCommit message (Expand)Author
2023-08-08chore: update to use Arm word across TF-AGovindraj Raja
2023-07-24refactor(psci): extract cm_prepare_el3_exit_ns() to a common locationBoyan Karatotev
2023-05-03fix(psci): do not panic on illegal MPIDRAndre Przywara
2023-04-11fix(psci): potential array overflow with cpu onOlivier Deprez
2022-04-12refactor(context mgmt): add cm_prepare_el3_exit_ns functionZelalem Aweke
2020-01-10Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani
2019-09-25Adding new optional PSCI hook pwr_domain_on_finish_lateMadhukar Pappireddy
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-07-24PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz
2018-07-20PSCI: Replace macros by static inline functionsAntonio Nino Diaz
2017-10-23PSCI: Publish CPU ON eventJeenu Viswambharan
2017-07-26Address edge case for stale PSCI CPU data in cacheDavid Cunado
2017-07-12Fix order of #includesIsla Mitchell
2017-05-03Use SPDX license identifiersdp-arm
2017-04-19PSCI: Build option to enable D-Caches early in warmbootSoby Mathew
2017-03-02PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew