summaryrefslogtreecommitdiff
path: root/lib/psci
Commit message (Expand)AuthorAgeFilesLines
* coverity: fix MISRA violationsZelalem2020-02-181-2/+2
* qemu: Implement PSCI_CPU_OFF.Andrew Walbran2020-01-291-1/+1
* Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-107-39/+44
* adding support to enable different personality of the same soc.Pankaj Gupta2019-11-263-13/+18
* Adding new optional PSCI hook pwr_domain_on_finish_lateMadhukar Pappireddy2019-09-251-1/+9
* Merge "Refactor ARMv8.3 Pointer Authentication support code" into integrationSoby Mathew2019-09-132-2/+14
|\
| * Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-132-2/+14
* | 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-132-17/+19
|/
* 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-064-28/+49
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0412-59/+79
* Initial Spectre V1 mitigations (CVE-2017-5753).Joel Hutton2018-11-261-2/+2
* Merge pull request #1624 from glneo/less-cache-flushingSoby Mathew2018-10-121-11/+8
|\
| * 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
* | psci: platform control of SYSTEM_SUSPEND entryldts2018-10-111-1/+7
|/
* Mark BL31 initialization functionsDaniel Boulby2018-10-032-5/+5
* 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
* PSCI: Remove platform compatibility layerRoberto Vargas2018-09-281-78/+0
* xlat v2: Flush xlat tables after being modifiedAntonio Nino Diaz2018-08-072-44/+0
* psci: Use bool in internal interfacesAntonio Nino Diaz2018-08-022-4/+5
* 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-244-160/+210
* PSCI: Fix MISRA defects in stat codeAntonio Nino Diaz2018-07-241-22/+25
* PSCI: Fix MISRA defects in MEM_PROTECTAntonio Nino Diaz2018-07-242-14/+15
* PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz2018-07-245-73/+76
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-1/+1
* PSCI: Refactor lock macros to comply with MISRAAntonio Nino Diaz2018-07-201-57/+90
* PSCI: Replace macros by static inline functionsAntonio Nino Diaz2018-07-203-40/+87
* Fix MISRA Rule 5.3 Part 2Daniel Boulby2018-06-121-19/+19
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-291-0/+2
|\
| * lib: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+2
* | psci: initialize array fully to comply with MISRAJonathan Wright2018-03-271-1/+6
|/
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-1/+1
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-281-3/+3
|\
| * Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-281-3/+3
* | Invalidate TLB entries during warm bootAntonio Nino Diaz2018-02-272-2/+46
|/
* Add support for SMCCC_VERSION in PSCI featuresDimitris Papastamos2018-01-291-1/+5
* Add PubSub events for CPU powerdown/powerupDimitris Papastamos2018-01-111-0/+5
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-0/+2
|\
| * ARMv7 may not support Generic Timer ExtensionEtienne Carriere2017-11-081-0/+2
* | Flush the affinity data in psci_affinity_infoRoberto Vargas2017-11-201-0/+17
* | Fix PSCI STAT time stamp collectionSoby Mathew2017-11-032-11/+7
|/
* PSCI: Publish CPU ON eventJeenu Viswambharan2017-10-231-0/+3
* mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECKRoberto Vargas2017-10-131-1/+2
* reset2: Add PSCI system_reset2 functionRoberto Vargas2017-10-134-1/+42