commit | c11cc5c06960d807bc0feb680346bf6f8e9f8adb | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Wed Jul 22 13:52:33 2020 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Thu Jul 23 14:22:21 2020 -0700 |
tree | 35050cccdc2c7936b32ac0bc495be3f0b30b954e | |
parent | c4f4f7a6f541412a70483241395239f4652c8462 [diff] |
Add LUN to the IPMI sensor context structure Systems monitored by BMCs may have more than 255 sensors. This code change provides the necessary piece to allow a BMC to support more than 255 sensors. It does this by adding a variable to store a LUN value. This allows LUN 0 to manage 255 sensors, and any overflow may be assigned to LUN 1. Tested: Confirmed the following commands still work: "ipmitool sdr elist" "ipmitool sensor list" "ipmitool raw 4 0x20 0" "ipmitool raw -l 1 4 0x20 0" Change-Id: I92d5205eac33829d8133f2e38ed96bfc5a9bc033 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.