blob: f07a14a1c2f57edfe77568bc1b7f09aa88a2ec5e [file] [log] [blame]
Darrick J. Wong8808a792008-05-23 13:04:25 -07001Kernel driver ibmaem
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03002====================
Darrick J. Wong8808a792008-05-23 13:04:25 -07003
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:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03008
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -07009 * Any recent IBM System X server with AEM support.
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030010
Darrick J. Wong8808a792008-05-23 13:04:25 -070011 This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030012 x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades.
13
14 The IPMI host interface
Darrick J. Wong8808a792008-05-23 13:04:25 -070015 driver ("ipmi-si") needs to be loaded for this driver to do anything.
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030016
Darrick J. Wong8808a792008-05-23 13:04:25 -070017 Prefix: 'ibmaem'
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030018
Darrick J. Wong8808a792008-05-23 13:04:25 -070019 Datasheet: Not available
20
21Author: Darrick J. Wong
22
23Description
24-----------
25
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070026This driver implements sensor reading support for the energy and power meters
27available on various IBM System X hardware through the BMC. All sensor banks
28will be exported as platform devices; this driver can talk to both v1 and v2
29interfaces. This driver is completely separate from the older ibmpex driver.
Darrick J. Wong8808a792008-05-23 13:04:25 -070030
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070031The v1 AEM interface has a simple set of features to monitor energy use. There
32is a register that displays an estimate of raw energy consumption since the
33last BMC reset, and a power sensor that returns average power use over a
34configurable interval.
Darrick J. Wong8808a792008-05-23 13:04:25 -070035
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070036The v2 AEM interface is a bit more sophisticated, being able to present a wider
37range of energy and power use registers, the power cap as set by the AEM
38software, and temperature sensors.
Darrick J. Wong8808a792008-05-23 13:04:25 -070039
40Special Features
41----------------
42
Darrick J. Wongeb93b7d2008-08-15 00:40:40 -070043The "power_cap" value displays the current system power cap, as set by the AEM
44software. Setting the power cap from the host is not currently supported.