aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/psci.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* dev/psci: Make SMCCC into a real driverAndrew Turner2024-10-151-2/+8
* dev/psci: Check all compat stringsAndrew Turner2024-05-101-5/+11
* psci: split off psci_reboot from psci_shutdownAndriy Gapon2024-02-181-5/+20
* psci: Add FDT node status checkStephen J. Kiernan2024-02-151-0/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Only call SMCCC init on arm64Andrew Turner2023-01-291-0/+2
* Make SMCCC usable by device driversAndrew Turner2023-01-291-0/+2
* psci: set psci_present as early as possibleKyle Evans2022-10-271-1/+1
* psci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-7/+3
* psci: finish psci_present implementationKyle Evans2022-03-191-0/+2
* 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