energy: Memory-mapped Energy Controller component
authorAkash Bagdia <akash.bagdia@arm.com>
Sat, 20 Sep 2014 21:18:23 +0000 (17:18 -0400)
committerAkash Bagdia <akash.bagdia@arm.com>
Sat, 20 Sep 2014 21:18:23 +0000 (17:18 -0400)
commit04e51e5e3e0d2c8af658e5ae29a240a0aac78f6e
tree009e17167757db81dad20a00ea469815ea0867bf
parent4422d1322a8ed47bc9d743894ad47d82f33eba7c
energy: Memory-mapped Energy Controller component

This patch provides an Energy Controller device that provides software
(driver) access to a DVFS handler. The device is currently residing in
the dev/arm tree, but there is nothing inherently ARM specific in the
behaviour. It is currently only tested and supported for ARM Linux,
hence the location.
src/dev/arm/EnergyCtrl.py [new file with mode: 0644]
src/dev/arm/SConscript
src/dev/arm/energy_ctrl.cc [new file with mode: 0644]
src/dev/arm/energy_ctrl.hh [new file with mode: 0644]