commit | c42c7ede932b1960a83eac3676d6ef0cb1e7b22f | [log] [tgz] |
---|---|---|
author | Andrei Kartashev <a.kartashev@yadro.com> | Mon Jan 10 12:17:34 2022 +0300 |
committer | Andrei Kartashev <a.kartashev@yadro.com> | Tue Apr 05 17:09:02 2022 +0000 |
tree | 6cdbffde1bea2849686517840422ce188d297850 | |
parent | 6346e98cd5f33be2328478f865b34edc7203a99d [diff] |
move PowerRestoreDelay to RestorePolicy interface The `xyz.openbmc_project.Control.Power.RestoreDelay` is undocumented which prevents to use phosphor-settings to handle this parameter. This property looks good fit to `xyz.openbmc_project.Control.Power.RestorePolicy` interface, so it was included there. Type of the value was changed from uint16 to uint64 and units changes from seconds to microseconds. See https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/50231 for details. Tested: Jason M. Bills confirmed that the commands to get and set the power restore delay correctly convert to and from unit64_t. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I58dd601e561b53660ddb50e2b2c2b77ee2083030
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]