CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/10/09 17:46:23
Modified files: sys/arch/armv7/armv7: armv7_start.S sys/arch/armv7/conf: GENERIC RAMDISK files.armv7 Added files: sys/arch/armv7/dev: psci.c Log message: Add psci(4) a driver for the reset and power down portion of the ARM Power State Coordination Interface (PSCI) specification. Tested with qemu-system-arm -M virt. Feedback from patrick@, ok kettenis@ tom@