meta-quanta: gsj: Update the gsj-ipmi-sensor-map
1) Locate LEDs of SSD can be controlled by using IPMI.
Usage:
Read the state of locate LED (e.g. the sensor number is 0x40):
$ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x2D 0x40
Assert the specific locate LED (e.g. the sensor number is 0x40):
$ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x30 0x40 0x00 0x00 0x02
Deassert the specific locate LED (e.g. the sensor number is 0x40):
$ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x30 0x40 0x00 0x00 0x00 0x00 0x02
2) Add sensor information of ucd90160 in sensor map
3) Correct paths of nvme and BmcECC
Change-Id: Icd14d02a9696694498aca9a7394e41113a5b835c
Signed-off-by: P.K.Lee <p.k.lee@quantatw.com>
Signed-off-by: Tony Lee <tony.lee@quantatw.com>
1 file changed