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
1 file changed