summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State
Commit message (Collapse)AuthorAgeFilesLines
* Create Fan Inventory Shutdown ErrorGunnar Mills2017-10-251-0/+2
| | | | | | | | To be used when we shutdown the system due to not enough present or functional fans. Change-Id: I3a30592cba767e8fbbcba4286df1c62940eaba9e Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update boot progress interface with missing entry.Dhruvaraj Subhashchandran2017-10-181-0/+3
| | | | | | | | PCI Initialization is missing in the list of boot progress stages, adding that to the boot progress interface yaml Change-Id: I6fe563ac89a33b2fe06006bbe0ddf206d5d61de3 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Spelling fix on interface s/mili/milli/Patrick Venture2017-10-091-2/+2
| | | | | Change-Id: I0e67d6b6a476ac6212d53fbdfd7efc3e9c06f7ab Signed-off-by: Patrick Venture <venture@google.com>
* Add Power Fault shutdown errorMatt Spinler2017-09-181-0/+2
| | | | | | | | | This error will be used on Witherspoon when the power sequencer chip detects a power fault, which requires a power off to be done. Change-Id: Ia5f99c67c4e9436ca86f9d94d08644fcac012824 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Create GPU shutdown errorMatt Spinler2017-09-181-0/+3
| | | | | | | | | | | Will be used on Witherspoon when the GPUs report an overtemp to the power sequencer chip. The failing GPU will be called out in a separate overtemp error log, and then this shutdown error will be created when code powers off the system to protect the chip. Change-Id: I55b836f469f0fc035386130a16b433a5eba96a8b Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Create Processor ThermalEvent Shutdown ErrorGunnar Mills2017-09-151-0/+2
| | | | | | | | Created Processor ThermalEvent Shutdown Error. To used as part of openbmc/openbmc#2190. Change-Id: I2441a4eb69df36a1dbf623579c5e3bf5c6a818ae Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add Inactive state to OSStatus enumMarri Devender Rao2017-08-211-1/+4
| | | | | Change-Id: Ia0da0d12b967b80d0ef3800146de01033e425613 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* D-Bus interfaces for describing State.Dhruvaraj Subhashchandran2017-06-082-0/+63
| | | | | Change-Id: Ic52faba7a24bcf58f3326b1587282ca8398e9a70 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Update reboot request to match with agreed designAndrew Geissler2017-06-051-1/+1
| | | | | | | | A/C will not be preserved on host reboot requests, there's no need to include that detail in the interface anyway Change-Id: If3d33cea8c492191f0dfd58bfcfd99bfe9f9baee Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Watchdog: Update Interface yaml file to remove signalVishwanatha Subbanna2017-06-031-4/+0
| | | | | | | | | | Initial thought behind watchdog implementation was that when the timer expires, it would broadcast a signal. A better design was thought of in the meantime and that would call into a user requested target post timer expiration. Change-Id: Ibe148ed5cd0e8d72949324f64c87704a8e9e7236 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Minor updates to doc for soft and hard power off termsAndrew Geissler2017-04-211-12/+12
| | | | | Change-Id: I7ef803d834b3d91a4ea5404e1977f56e91716a43 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Add OperationalStatus interfaceTom Joseph2017-03-151-0/+8
| | | | | Change-Id: If596152cf7e2fbcfda52ea0c22334ca3c4e41fdc Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add yaml file to indicate Host shutdown failure in SoftPowerOffVishwanatha Subbanna2017-03-062-0/+6
| | | | | Change-Id: I8a9bcd33649de283556221e5dfe64ab2d5dd964b Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add quiesce to host stateSaqib Khan2017-02-182-1/+7
| | | | | | | | Updated Host.yaml and README file to include the host quiesce state Change-Id: I44fb8849ee5adf1209de1af4720fd95b848950ad Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Add dbus interface for watchdogYi Li2017-01-041-0/+25
| | | | | | | | | Add a generic interface for watchdog, for system state monitoring. Partially resolves: openbmc/openbmc#767 Change-Id: I7f04fe9e8a35669612501b05a1a06e03e9928194 Signed-off-by: Yi Li <adamliyi@msn.com>
* Defined properties in the bmc state managementJosh King2017-01-041-0/+40
| | | | | | | | | | | | Created the yaml file that contained the necessary properties needed for bmc state management. This is needed so we can have access to the different states of the bmc for whenever we decide to transition to a desired state, or would like to reboot, etc. Change-Id: Ife02f7b324262eccb990d29ed872cf4137857e14 Signed-off-by: Josh King <jdking@us.ibm.com>
* Initial definition of host state management propertiesAndrew Geissler2016-12-193-0/+150
Change-Id: I5047fce6ebd921547b5a6017cd909b2c97e10d96 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
OpenPOWER on IntegriCloud