Implement support for the PSCI_VERSION call and export the function such that
authorkettenis <kettenis@openbsd.org>
Wed, 17 Jan 2018 10:17:33 +0000 (10:17 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 17 Jan 2018 10:17:33 +0000 (10:17 +0000)
commit88672784c8989279f379384ef76ac52682805eab
tree6c87e74e41cc609662d05727785806949b89b396
parentc36215dcd207526e53d68f44ea6d8aa6fce43e91
Implement support for the PSCI_VERSION call and export the function such that
we can use it to defend against branch target injection attacks.

ok patrick@, visa@
sys/dev/fdt/files.fdt
sys/dev/fdt/psci.c
sys/dev/fdt/pscivar.h [new file with mode: 0644]