index
:
atf-marvell.git
atf-v1.3-17.04
atf-v1.3-armada-17.06
atf-v1.3-armada-17.08
atf-v1.3-armada-17.10
atf-v1.4-armada-18.06
atf-v1.5-armada-18.09
atf-v1.5-armada-18.12
atf-v1.5-armada-18.12-rmk
Unnamed repository; edit this file 'description' to name the repository.
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
bl31
/
services
/
psci.h
Age
Commit message (
Expand
)
Author
2016-07-18
Introduce `el3_runtime` and `PSCI` libraries
Soby Mathew
2016-07-18
Rework type usage in Trusted Firmware
Soby Mathew
2016-06-16
Add optional PSCI STAT residency & count functions
Yatharth Kochar
2016-05-25
PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops
Soby Mathew
2015-12-21
Miscellaneous doc fixes for v1.2
Sandrine Bailleux
2015-09-14
Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2
Achin Gupta
2015-09-11
Re-design bakery lock memory allocation and algorithm
Andrew Thoelke
2015-09-10
Pass the target suspend level to SPD suspend hooks
Achin Gupta
2015-08-13
PSCI: Rework generic code to conform to coding guidelines
Soby Mathew
2015-08-13
PSCI: Fix the return code for invalid entrypoint
Soby Mathew
2015-08-13
PSCI: Switch to the new PSCI frameworks
Soby Mathew
2015-06-22
PSCI: Add SYSTEM_SUSPEND API support
Soby Mathew
2015-01-26
Increment the PSCI VERSION to 1.0
Soby Mathew
2015-01-26
Implement PSCI_FEATURES API
Soby Mathew
2015-01-26
Rework the PSCI migrate APIs
Soby Mathew
2015-01-23
Validate power_state and entrypoint when executing PSCI calls
Soby Mathew
2015-01-23
Save 'power_state' early in PSCI CPU_SUSPEND call
Soby Mathew
2015-01-23
Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops
Soby Mathew
2015-01-22
Move bakery algorithm implementation out of coherent memory
Soby Mathew
2014-08-19
Miscellaneous PSCI code cleanups
Achin Gupta
2014-08-19
Add APIs to preserve highest affinity level in OFF state
Achin Gupta
2014-08-19
Add PSCI service specific per-CPU data
Achin Gupta
2014-08-19
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
Juan Castillo
2014-06-23
Correctly dimension the PSCI aff_map_node array
Andrew Thoelke
2014-05-23
Remove extern keyword from function declarations
Dan Handley
2014-05-12
Fix broken standby state implementation in PSCI
Achin Gupta
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Always use named structs in header files
Dan Handley
2014-05-06
Move PSCI global functions out of private header
Dan Handley
2014-05-06
Move include and source files to logical locations
Dan Handley