Searched hist:c42c7ede (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | oemcommands.hpp | c42c7ede Mon Jan 10 03:17:34 CST 2022 Andrei Kartashev <a.kartashev@yadro.com> 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
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | c42c7ede Mon Jan 10 03:17:34 CST 2022 Andrei Kartashev <a.kartashev@yadro.com> 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
|