diff options
| author | Patrick Venture <venture@google.com> | 2018-03-08 08:31:13 -0800 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-03-08 08:31:13 -0800 |
| commit | 391b8b0fc41891b5d1c2ccfb997ef53133092302 (patch) | |
| tree | c5168dc9329b7003c89771497e871d8941d34960 /ipmi/README | |
| parent | 863b9246dd43464da91ec789deaa42d15c45f84d (diff) | |
| download | phosphor-pid-control-391b8b0fc41891b5d1c2ccfb997ef53133092302.tar.gz phosphor-pid-control-391b8b0fc41891b5d1c2ccfb997ef53133092302.zip | |
The OEM IPMI interface for status
This lets one get/set various aspects of the control daemon,
including whether it's fallen into fail-safe mode, or whether a
zone is in manual mode. Manual mode in this implementation is
zone specific and not fan specific.
Change-Id: I1611fefad198b64c28a780073674896d6efbf877
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'ipmi/README')
| -rw-r--r-- | ipmi/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ipmi/README b/ipmi/README new file mode 100644 index 0000000..8bf37cf --- /dev/null +++ b/ipmi/README @@ -0,0 +1,13 @@ +This holds the source for the library we install to handle the manual control +OEM IPMI command. + +The command is a simple series of bytes: +[0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode. +[1] = ZoneId +[2] = Value if Set + +If Value == 1, then ManualMode is True and enabled, otherwise it's in normal +mode. + +If Value == 1 (and Subcommand == 2), Failsafe mode is enabled, otherwise it's +not. |

