summaryrefslogtreecommitdiff
path: root/lib/psci/aarch64
Commit message (Expand)AuthorAgeFilesLines
* build(psci): move `runtime_errata.S` to PSCIChris Kay2023-05-031-0/+27
* fix(cpus): workaround for Cortex-A510 erratum 2684597Harrison Mutai2023-01-251-0/+3
* fix(psci): tighten psci_power_down_wfi behaviourHarrison Mutai2023-01-231-2/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-1/+1
* Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-281-9/+0
* PSCI: Remove deprecated file plat_psci_common.cAntonio Nino Diaz2018-09-281-3/+0
* xlat v2: Flush xlat tables after being modifiedAntonio Nino Diaz2018-08-071-22/+0
* Invalidate TLB entries during warm bootAntonio Nino Diaz2018-02-271-1/+23
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Add provision to extend CPU operations at more levelsJeenu Viswambharan2016-12-151-17/+3
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-051-1/+1
* Introduce PSCI Library InterfaceSoby Mathew2016-07-192-111/+26
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-182-0/+265