commit | d48c921a7f0935c557166242eadae683ee93f6fd | [log] [tgz] |
---|---|---|
author | Hao Jiang <jianghao@google.com> | Wed Feb 03 15:45:06 2021 -0800 |
committer | Willy Tu <wltu@google.com> | Thu Jul 15 13:56:33 2021 -0700 |
tree | 38034b9d26febdede2666fef119febd7f13314e7 | |
parent | 61992ad88387e940bec34c20dd69301191a64db9 [diff] |
dbus-sdr: Add the function of reading VR sensor event. ipmiSenGetSensorEventStatus() now handles VR type sensor. It reads the profile status from VR daemon and set the corresponding event bit to IPMI package. tested: by ipmi cmd: 0x04 0x2B ``` HOST: $ /tmp# ./ipmitool raw 0x04 0x2B "0xb4" 00 02 BMC: journalctl --since "1 min ago" | grep ipmid Jan 01 00:09:16 $HOST ipmid[3078]: VR sensor $SENSOR_NAME mode is: [1] 800MHz ``` Signed-off-by: Hao Jiang <jianghao@google.com> Change-Id: I491765ec6c840836e0d69122e29d9a86a3dea82a Signed-off-by: Willy Tu <wltu@google.com>
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
.