Show chassis identify status in chassis status response
This saves the chassis identify status and returns it as part
of the chassis status command.
Tested:
Chassis identify status is bits 5:4 of the third byte:
Chassis identify off:
ipmitool raw 0 1
01 10 40 70
Set chassis identify to indefinite:
ipmitool raw 0 4 0 1
ipmitool raw 0 1
01 10 60 70
Press the physical ID button to disable identify:
ipmitool raw 0 1
01 10 40 70
Set chassis identify to temporary:
ipmitool raw 0 4
ipmitool raw 0 1
01 10 50 70
Wait for timeout:
ipmitool raw 0 1
01 10 40 70
Change-Id: I4bdd2052d26c665b9d9ce3e01f4b5399336d0e6e
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
1 file changed