aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/psci.c
Commit message (Expand)AuthorAgeFilesLines
* psci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add generic arm/arm64 secure-monitor SMCCC interface and switchRuslan Bukin2019-09-131-6/+11
* PSCI: Don't take missing implementation of psci get_version() as fatal.Michal Meloun2019-03-191-16/+49
* psci: Add \n at the end of printfEmmanuel Vadot2018-07-061-1/+1
* Move psci_call to a header file so we can use it in other files toAndrew Turner2018-06-131-8/+1
* Add a handler for the PSCI_FEATURES function. This needs PSCI 1.0, soAndrew Turner2018-06-131-0/+14
* Find and cache the PSCI version on driver attach.Andrew Turner2018-06-131-0/+3
* Rework PSCI so it only searches for the call function once.Andrew Turner2018-06-121-42/+64
* Add a function to find the PSCI version the firmware implements fromAndrew Turner2018-01-091-2/+11
* 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
* Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB theAndrew Turner2017-04-241-0/+7
* 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-251-2/+2
* 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 a driver for the ARM Power State Coordination Interface (PSCI). ThisAndrew Turner2015-04-121-0/+286