summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Control')
-rw-r--r--xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml b/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml
index 1a29980..1f90937 100644
--- a/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml
+++ b/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml
@@ -1,12 +1,13 @@
description: >
- Implement to specify power transition behavior on restoration of lost main
- power source.
+ Implement to specify power transition behavior on a BMC reset.
+ The implementation may choose to only enforce the policy on
+ a power loss or on both a power loss and BMC reboot.
properties:
- name: PowerRestorePolicy
type: enum[self.Policy]
description: >
- The policy to adopt on restoration of power.
+ The policy to adopt after the BMC reset.
enumerations:
- name: Policy
@@ -21,5 +22,5 @@ enumerations:
Remain powered off.
- name: Restore
description: >
- Restore power to a state that was known, just before the main power
- was lost.
+ Restore power to last requested state recorded before the BMC was
+ reset.
OpenPOWER on IntegriCloud