| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add ACPI system/device power states interface to support
IPMI get/set ACPI state commands.
It is different from existed dbus interface 'PowerState'.
Based on the IPMI spec, this is an independent setting that may not
necessarily match the actual power state of the system.
system power state enumeration:
S0/G0 0x00
S1 0x01
S2 0x02
S3 0x03
S4 0x04
S5/G2 0x05
S4/S5 0x06
G3 0x07
Sleeping 0x08
G1 sleeping 0x09
Override 0x0A
Legacy on 0x20
Unknown 0x2A
Device power state enumeration:
D0 0x00
D1 0x01
D2 0x02
D3 0x03
Unknown 0x2A
Change-Id: I39b393b67dc79ebb90054fcbe408e61e6b76fe36
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
It's the choice of the implementer on whether to apply the
policy on just a power loss or on a power loss and a BMC
reboot
Partially Resolves openbmc/openbmc#2454
Change-Id: Ia52a92a23d8e66f667a2c7d6ca163ae78915232f
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
|
|
|
|
|
|
|
| |
This property will be used to enable and disable the
power cap for the system
Change-Id: Ifd7b2be89a33e45b9ed2e3832aa13d81b829bc85
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
|
Resolves openbmc/openbmc#1486.
Change-Id: I377f40516a6a0317bb4b5d811704288048c83cc8
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
|