summaryrefslogtreecommitdiff
path: root/lib/psci
Commit message (Expand)AuthorAgeFilesLines
* 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
* mem_protect: Add mem_protect APIRoberto Vargas2017-09-255-0/+57
* Reduce time lock in psci_do_cpu_offRoberto Vargas2017-09-061-3/+3
* psci_common: Resolve GCC static analysis false positiveAlistair Francis2017-08-231-0/+7
* lib: psci: early suspend handler for platformsVarun Wadekar2017-07-311-0/+11
* Address edge case for stale PSCI CPU data in cacheDavid Cunado2017-07-261-0/+13
* Fix order of #includesIsla Mitchell2017-07-123-4/+4
* Merge pull request #978 from etienne-lms/minor-builddanh-arm2017-06-281-2/+2
|\
| * PSCI: use same function prototype as in header fileEtienne Carriere2017-06-231-2/+2
* | psci: minor fixes in libEtienne Carriere2017-06-222-8/+9
|/
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-143-4/+4
* 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-0312-300/+12
|/
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-192-2/+2
* Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+6
* PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan2017-03-025-21/+77
* PSCI: Introduce cache and barrier wrappersJeenu Viswambharan2017-03-025-39/+85
* 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: Do stat accounting for retention/standby statesdp-arm2017-02-131-0/+9
* | PSCI: Decouple PSCI stat residency calculation from PMFdp-arm2017-02-136-108/+21
|/
* Report errata workaround status to consoleJeenu Viswambharan2017-01-302-2/+7
* Merge pull request #788 from jeenu-arm/cpuops-frameworkdanh-arm2016-12-202-31/+8
|\
| * Add provision to extend CPU operations at more levelsJeenu Viswambharan2016-12-152-31/+8
* | Merge pull request #779 from dp-arm/dp/rtinstr-cachedanh-arm2016-12-192-0/+34
|\ \ | |/ |/|
| * Add two timestamps to measure PSCI cache flush overheaddp-arm2016-12-142-0/+34
* | Merge pull request #775 from soby-mathew/sm/AArch32_stack_aligndanh-arm2016-12-141-2/+3
|\ \ | |/ |/|
| * AArch32: Fix the stack alignment issueSoby Mathew2016-12-121-2/+3
* | Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-2/+2
|/
* Add PMF instrumentation points in TFdp-arm2016-10-123-0/+56
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-3/+4
* Merge pull request #702 from jeenu-arm/psci-node-hw-statedanh-arm2016-09-193-0/+34
|\
| * PSCI: Add support for PSCI NODE_HW_STATE APIJeenu Viswambharan2016-09-153-0/+34
* | Flush `psci_plat_pm_ops` after initializationSoby Mathew2016-09-091-0/+7
|/
* AArch32: Add support to PSCI libSoby Mathew2016-08-104-6/+249
* Move spinlock library code to AArch64 folderSoby Mathew2016-08-091-1/+1
* Merge pull request #670 from achingupta/ag/psci_retention_fixdanh-arm2016-07-263-5/+15
|\
| * Fix use of stale power states in PSCI standby finisherAchin Gupta2016-07-253-5/+15