commit | 05d17c036facc0e9125959abe3c816aa631333e1 | [log] [tgz] |
---|---|---|
author | Harvey Wu <Harvey.Wu@quantatw.com> | Wed Sep 15 08:46:59 2021 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Feb 15 05:38:29 2022 +0000 |
tree | 6b2a665cc69e0af2832becbfe47e8fbd7e0c589d | |
parent | 604e0c67fab0bd378428c4fa645dc77cb8a05c37 [diff] |
dbus-sdr: implement SDR Record Type 8 - implement SDR Record Type 8 sensor like ipmi_entity_get_sdr function in sensorhandler.cpp, and will locate at the last of SDR list TEST: ~# ipmitool sdr elist all -vvv ... ... ... SDR record ID : 0x00d9 SDR record type : 0x08 SDR record next : 0x00da SDR record bytes: 11 Getting 11 bytes from SDR at offset 5 SDR record ID : 0x00d9 SDR record ID : 0x00da SDR record type : 0x08 SDR record next : 0xffff SDR record bytes: 11 Getting 11 bytes from SDR at offset 5 SDR record ID : 0x00da ~# ipmitool raw 0x04 0x21 0x00 0x00 0xd9 0x00 0x00 0xff da 00 d9 00 51 08 0b 1e 00 80 0b 03 0b 07 1d 00 1d 01 ~# ipmitool raw 0x04 0x21 0x00 0x00 0xda 0x00 0x00 0xff ff ff da 00 51 08 0b 1e 01 80 0b 08 0b 0b 1d 02 1d 03 Signed-off-by: Harvey Wu <Harvey.Wu@quantatw.com> Change-Id: I4998532402158f299dcb34c29734b23b5f8dc719
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
.