History log of /openbmc/intel-ipmi-oem/include/ (Results 151 – 155 of 155)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
17add59612-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 ...

6479604103-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 ...

e2d1aee303-Oct-2018 Jason M. Bills <jason.m.bills@linux.intel.com>

Add Intel-specific IPMI FRU commands

Includes commands that are required to support the 'ipmitool
fru print' command.

Change-Id: If7768de1441cc620ad6db4c99c4254305cf5bbbc
Signed-off-by: Jason M. Bi

Add Intel-specific IPMI FRU commands

Includes commands that are required to support the 'ipmitool
fru print' command.

Change-Id: If7768de1441cc620ad6db4c99c4254305cf5bbbc
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

3f7c5e4003-Oct-2018 Jason M. Bills <jason.m.bills@linux.intel.com>

Add Intel-specific IPMI sensor commands

Also includes SDR storage commands that are required to support
the 'ipmitool sensor list' command.

Change-Id: Id1830097d93882114085fce723f0b92367b2db48
Sign

Add Intel-specific IPMI sensor commands

Also includes SDR storage commands that are required to support
the 'ipmitool sensor list' command.

Change-Id: Id1830097d93882114085fce723f0b92367b2db48
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

a835eaa004-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 ...

1234567