summaryrefslogtreecommitdiff
path: root/lib/psci/psci_common.c
Commit message (Expand)AuthorAgeFilesLines
* fix(psci): do not panic on illegal MPIDRAndre Przywara2023-05-031-1/+4
* feat(psci): add support for OS-initiated modeWing Li2023-03-201-0/+190
* feat(psci): add support for PSCI_SET_SUSPEND_MODEWing Li2023-03-201-1/+52
* build: always prefix section names with `.`Chris Kay2023-02-201-1/+1
* refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safeJayanth Dodderi Chidanand2022-09-291-43/+18
* refactor(psci): move psci_do_pwrdown_sequence() out of private headerPranav Madhu2022-09-151-1/+1
* fix(psci): fix MISRA failure - Memory - illegal accessesManish V Badarkhe2022-07-221-3/+3
* feat(psci): add a helper function to ensure that non-boot PEs are offlineLucian Paul-Trifu2022-07-201-0/+53
* fix(psci): correct parent_node type in messagesYann Gautier2022-02-151-3/+3
* Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-2/+4
* psci: utility api to invoke stop for other coresSandeep Tripathy2020-09-031-0/+47
* coverity: fix MISRA violationsZelalem2020-02-181-2/+2
* qemu: Implement PSCI_CPU_OFF.Andrew Walbran2020-01-291-1/+1
* adding support to enable different personality of the same soc.Pankaj Gupta2019-11-261-8/+9
* Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into in...Soby Mathew2019-09-131-0/+1
|\
| * Assert if power level value greater then PSCI_INVALID_PWR_LVLDeepika Bhavnani2019-09-091-0/+1
* | Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2019-09-131-8/+9
|/
* Coverity fix: Remove GGC ignore -Warray-boundsDeepika Bhavnani2019-08-161-11/+11
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-48/+48
* PSCI: Lookup list of parent nodes to lock only onceAndrew F. Davis2019-06-061-16/+20
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-7/+9
* PSCI: Do not flush cache when unneededAndrew F. Davis2018-10-101-2/+2
* PSCI: Update comment on MMU disablementAndrew F. Davis2018-10-101-9/+6
* Mark BL31 initialization functionsDaniel Boulby2018-10-031-1/+1
* PSCI: Remove platform compatibility layerRoberto Vargas2018-09-281-78/+0
* PSCI: Fix logic error to skip cache flushingAndrew F. Davis2018-07-261-2/+2
* PSCI: Fix MISRA defects in common and setup codeAntonio Nino Diaz2018-07-241-66/+76
* PSCI: Replace macros by static inline functionsAntonio Nino Diaz2018-07-201-6/+14
* Fix PSCI STAT time stamp collectionSoby Mathew2017-11-031-2/+2
* psci_common: Resolve GCC static analysis false positiveAlistair Francis2017-08-231-0/+7
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-141-2/+2
* Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-111-0/+21
|\
| * Introduce ARM SiP service to switch execution stateJeenu Viswambharan2017-05-041-0/+21
* | Use SPDX license identifiersdp-arm2017-05-031-25/+1
|/
* PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan2017-03-021-1/+32
* PSCI: Introduce cache and barrier wrappersJeenu Viswambharan2017-03-021-28/+51
* Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm2017-02-161-3/+4
|\
| * Replace some memset call by zeromemDouglas Raillard2017-02-061-4/+5
* | PSCI: Decouple PSCI stat residency calculation from PMFdp-arm2017-02-131-9/+3
|/
* AArch32: Add support to PSCI libSoby Mathew2016-08-101-0/+48
* Fix use of stale power states in PSCI standby finisherAchin Gupta2016-07-251-2/+2
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-1/+1
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-0/+928