17add596 | 12-Nov-2018 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Fix display of sensor units
An earlier change modified getSensorTypeStringFromPath() and removed the comparison function for the sensor units map. Because they are char* and the type string failed,
Fix display of sensor units
An earlier change modified getSensorTypeStringFromPath() and removed the comparison function for the sensor units map. Because they are char* and the type string failed, the default sort and find map functions don't work and sensor units appear as unspecified.
This change fixes the type string and adds the char* comparison function back in so find() can correctly find the sensor unit.
Tested: Ran the 'sensor list' command and verified that the units are correctly displayed.
Change-Id: Iac29b763dfd899ced9cb8885ddfa0f2edb8c4d64 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
show more ...
|
64796041 | 03-Oct-2018 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Add Intel-specific IPMI OEM commands
Includes various OEM commands to get and set info on Intel platforms (e.g. processor error configuration, power restore delay, PCIe add-in card info, etc.).
Cha
Add Intel-specific IPMI OEM commands
Includes various OEM commands to get and set info on Intel platforms (e.g. processor error configuration, power restore delay, PCIe add-in card info, etc.).
Change-Id: I65f1e610a57f127088cc09bf993c82e7247be193 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
show more ...
|
a835eaa0 | 04-Sep-2018 |
Jia, Chunhui <chunhui.jia@linux.intel.com> |
Intel OEM commands
Intel platform defines a set of OEM commands. They are required by Intel BIOS.
This change adds 5 OEM commands: 1.get chassis identifier Return chassis serial number
2.set syste
Intel OEM commands
Intel platform defines a set of OEM commands. They are required by Intel BIOS.
This change adds 5 OEM commands: 1.get chassis identifier Return chassis serial number
2.set system GUID Sets the system GUID obtained according to the format of the IPMI 2.0 Get System GUID command. While the setting is persistent in the BMC, the BIOS may choose to over-write the value during POST.
3.set BIOS ID BIOS version string
4.get device info BMC/HSC/ME version
5.get AIC(add-in-card) FRU Add-in-card FRU info
Tested: Test with ipmitool raw command on Intel S2600WF Platform. BIOS calling is also verified by checking ipmi handler log (journalctl -ef).
Change-Id: I658c5845cd1252f55dc5d24dfc142281b6a38363 Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
show more ...
|