aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci
Commit message (Expand)AuthorAgeFilesLines
* Add a function to find the PSCI version the firmware implements fromAndrew Turner2018-01-092-2/+12
* psci: change bootverbose string to 'PSCI 0.2 compatible'Ed Maste2017-10-191-1/+1
* Allow later PSCI revisions to also work. The latest ARM Trusted FirmwareAndrew Turner2017-10-191-1/+1
* Also handle psci 1.0. This can be seen as a bug fix update for the 0.2Andrew Turner2017-10-061-3/+6
* arm: add .arch_extension sec for smc instructionEd Maste2017-06-181-1/+2
* Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB theAndrew Turner2017-04-242-1/+8
* Add ACPI support to the PSCI driver. This checks the Fixed ACPI DescriptionAndrew Turner2016-12-071-25/+219
* Create a new PSCI error code and use it to signal that starting the CPU isAndrew Turner2016-10-252-2/+6
* Start to support PSCI 1.0. For all the functions we currently support thisAndrew Turner2015-08-111-14/+15
* Rework the PSCI cpu on code to allow it to work before device drivers haveAndrew Turner2015-05-241-18/+39
* Add psci for arm64. This is currently used when rebooting and powering offAndrew Turner2015-04-131-0/+49
* Add a driver for the ARM Power State Coordination Interface (PSCI). ThisAndrew Turner2015-04-123-0/+435