commit | 604e0c67fab0bd378428c4fa645dc77cb8a05c37 | [log] [tgz] |
---|---|---|
author | David Wang <davidwang@quantatw.com> | Wed Nov 17 11:06:54 2021 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Feb 15 05:32:34 2022 +0000 |
tree | 79ced945770b6da63f8310c7880f72df4223bf87 | |
parent | 30f88f02c57beea611b8a2a47a3844fa4d5b590a [diff] |
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
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
.