blob: 1e0d59e000b475cafe418db3fd44fba6f08b3122 [file] [log] [blame]
Darrick J. Wong8808a792008-05-23 13:04:25 -07001Kernel driver ibmaem
2======================
3
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -07004This driver talks to the IBM Systems Director Active Energy Manager, known
5henceforth as AEM.
6
Darrick J. Wong8808a792008-05-23 13:04:25 -07007Supported systems:
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -07008 * Any recent IBM System X server with AEM support.
Darrick J. Wong8808a792008-05-23 13:04:25 -07009 This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
Darrick J. Wong80704082009-06-15 18:39:46 +020010 x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades. The IPMI host interface
Darrick J. Wong8808a792008-05-23 13:04:25 -070011 driver ("ipmi-si") needs to be loaded for this driver to do anything.
12 Prefix: 'ibmaem'
13 Datasheet: Not available
14
15Author: Darrick J. Wong
16
17Description
18-----------
19
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070020This driver implements sensor reading support for the energy and power meters
21available on various IBM System X hardware through the BMC. All sensor banks
22will be exported as platform devices; this driver can talk to both v1 and v2
23interfaces. This driver is completely separate from the older ibmpex driver.
Darrick J. Wong8808a792008-05-23 13:04:25 -070024
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070025The v1 AEM interface has a simple set of features to monitor energy use. There
26is a register that displays an estimate of raw energy consumption since the
27last BMC reset, and a power sensor that returns average power use over a
28configurable interval.
Darrick J. Wong8808a792008-05-23 13:04:25 -070029
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070030The v2 AEM interface is a bit more sophisticated, being able to present a wider
31range of energy and power use registers, the power cap as set by the AEM
32software, and temperature sensors.
Darrick J. Wong8808a792008-05-23 13:04:25 -070033
34Special Features
35----------------
36
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070037The "power_cap" value displays the current system power cap, as set by the AEM
38software. Setting the power cap from the host is not currently supported.