aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/psci.h
Commit message (Expand)AuthorAgeFilesLines
* Add generic arm/arm64 secure-monitor SMCCC interface and switchRuslan Bukin2019-09-131-6/+5
* PSCI: Don't take missing implementation of psci get_version() as fatal.Michal Meloun2019-03-191-1/+1
* Move psci_call to a header file so we can use it in other files toAndrew Turner2018-06-131-0/+8
* Add a handler for the PSCI_FEATURES function. This needs PSCI 1.0, soAndrew Turner2018-06-131-2/+5
* Add the PSCI_FEATURES function ID. This is found in PSCI 1.0 and is usedAndrew Turner2018-06-131-0/+2
* Add a function to find the PSCI version the firmware implements fromAndrew Turner2018-01-091-0/+1
* Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB theAndrew Turner2017-04-241-1/+1
* Create a new PSCI error code and use it to signal that starting the CPU isAndrew Turner2016-10-251-0/+4
* Add a driver for the ARM Power State Coordination Interface (PSCI). ThisAndrew Turner2015-04-121-0/+102