Searched hist:"604 e0c67fab0bd378428c4fa645dc77cb8a05c37" (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | sdrutils.hpp | diff 604e0c67fab0bd378428c4fa645dc77cb8a05c37 Tue Nov 16 21:06:54 CST 2021 David Wang <davidwang@quantatw.com> dbus-sdr: Add processor sensor type
- Add processor sensor type to support SEL In the origin code, the sensor type will be reserved in SEL record.
~# ipmitool sel elist -v Loading IANA PEN Registry... Running Get VSO Capabilities my_addr 0x20, transit 0, target 0 Invalid completion code received: Invalid command Discovered IPMB address 0x0 SEL Record ID : 0003 Record Type : 02 Timestamp : 01:03:11 GMT 01:03:11 GMT Generator ID : 0020 EvM Revision : 04 Sensor Type : reserved Sensor Number : 26 Event Type : Unspecified Event Direction : Assertion Event Event Data : 0cffff Description :
- After this fix, the SEL record work as expect.
~# ipmitool sel elist -v Loading IANA PEN Registry... Running Get VSO Capabilities my_addr 0x20, transit 0, target 0 Invalid completion code received: Invalid command Discovered IPMB address 0x0 SEL Record ID : 0003 Record Type : 02 Timestamp : 01:03:11 GMT 01:03:11 GMT Generator ID : 0020 EvM Revision : 04 Sensor Type : Processor Sensor Number : 26 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : 0cffff Description : Correctable machine check error
Signed-off-by: David Wang <davidwang@quantatw.com> Change-Id: Idf8b043c076fe21afeac443cfedcfc356094a0b8
|