summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/psci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the CVE-2017-5715 workaround code. Marvell backported SMSCCC 1.1kettenis2018-05-231-38/+13
* Add support for SMCCC 1.1 which provides proper support for the firmware-basedkettenis2018-05-031-21/+144
* Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadkettenis2018-02-231-10/+10
* Store PSCI function ids as uint32_t not int in the softc.jsg2018-01-281-5/+5
* Implement support for the PSCI_VERSION call and export the function such thatkettenis2018-01-171-3/+23
* Use register_t instead of uint32_t in smc/hmc calls such that argumentskettenis2017-12-291-16/+38
* Add support for the older generation spec of PSCI, which supportspatrick2017-02-271-7/+28
* Move psci(4) and plrtc(4) so arm64 can use them.jsg2017-01-251-0/+102