summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/psci.c
AgeCommit message (Expand)Author
2018-05-23Simplify the CVE-2017-5715 workaround code. Marvell backported SMSCCC 1.1Mark Kettenis
2018-05-03Add support for SMCCC 1.1 which provides proper support for the firmware-basedMark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-01-28Store PSCI function ids as uint32_t not int in the softc.Jonathan Gray
2018-01-17Implement support for the PSCI_VERSION call and export the function such thatMark Kettenis
2017-12-29Use register_t instead of uint32_t in smc/hmc calls such that argumentsMark Kettenis
2017-02-27Add support for the older generation spec of PSCI, which supportsPatrick Wildt
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray