summaryrefslogtreecommitdiff
path: root/lib/psci/psci_common.c
AgeCommit message (Expand)Author
2019-09-13Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into in...Soby Mathew
2019-09-13Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani
2019-09-09Assert if power level value greater then PSCI_INVALID_PWR_LVLDeepika Bhavnani
2019-08-16Coverity fix: Remove GGC ignore -Warray-boundsDeepika Bhavnani
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-06-06PSCI: Lookup list of parent nodes to lock only onceAndrew F. Davis
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-10PSCI: Do not flush cache when unneededAndrew F. Davis
2018-10-10PSCI: Update comment on MMU disablementAndrew F. Davis
2018-10-03Mark BL31 initialization functionsDaniel Boulby
2018-09-28PSCI: Remove platform compatibility layerRoberto Vargas
2018-07-26PSCI: Fix logic error to skip cache flushingAndrew F. Davis
2018-07-24PSCI: Fix MISRA defects in common and setup codeAntonio Nino Diaz
2018-07-20PSCI: Replace macros by static inline functionsAntonio Nino Diaz
2017-11-03Fix PSCI STAT time stamp collectionSoby Mathew
2017-08-23psci_common: Resolve GCC static analysis false positiveAlistair Francis
2017-06-14Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar
2017-05-11Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm
2017-05-04Introduce ARM SiP service to switch execution stateJeenu Viswambharan
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-16Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm
2017-02-13PSCI: Decouple PSCI stat residency calculation from PMFdp-arm
2017-02-06Replace some memset call by zeromemDouglas Raillard
2016-08-10AArch32: Add support to PSCI libSoby Mathew
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