CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/02 09:16:31
Modified files:
sys/arch/arm64/conf: files.arm64
sys/arch/armv7/conf: files.armv7
Added files:
sys/dev/ofw : ofw_power.c ofw_power.h
Log message:
Implement a power domain framework to turn on/off so-called power
domains. This mechanism is used by the newer i.MX8M SoCs so that
drivers can call into ATF to supply power to e.g. a USB port.
ok kettenis@
