summaryrefslogtreecommitdiffstats
path: root/pystatemgr
Commit message (Collapse)AuthorAgeFilesLines
* pep8 fixesAdriana Kobylak2018-02-121-0/+2
| | | | | | | | Also ignore the configs/ directory since it only contains system configuration files named <system>.py. Change-Id: I0416239c4030ce5bc39473e65e560016cd4ffc75 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Update Power Supply Redundancy Sensor D-Bus interface name.Jayanth Othayoth2017-03-301-1/+1
| | | | | | | Resolves openbmc/openbmc#1213 Change-Id: Iea56a41e20ea15df13e2775f3d73af2eed608da7 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Fix syntax error in discover_system_state.pyJayanth Othayoth2017-03-301-0/+1
| | | | | | | Resolves openbmc/openbmc#1409 Change-Id: I5d86d09859935b44e7f0d7019620cbfa50bddf0f Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Add IPMI Sensor support for Power Supply Derating.Jayanth Othayoth2017-03-291-0/+5
| | | | | Change-Id: I099198a74fc84024eb24e84985df67f0738a0627 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Add IPMI sensor for Turbo Allowed.Jayanth Othayoth2017-03-281-0/+4
| | | | | Change-Id: I2b84147e4dae5bb0ef1ea4b58b80e3bd152f5389 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* Added Power Supply Redundancy Sensor support for WitherspoonDhruvaraj S2017-03-271-0/+5
| | | | | Change-Id: Ie007597516d9da00b6bbe6be56084bf4ac790a19 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Move pystatemgr over to new host control interfacesAndrew Geissler2017-01-301-6/+11
| | | | | Change-Id: I15b8d0c01164bda44a725b99879eac2b036c69d1 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Fix for Power Restore PolicyRatan Gupta2016-09-271-9/+15
| | | | | | | | | | | | | This fix is to make the Restore_last_state of Power Restore Policy to working properly. eg:- if the last state is Host_powered_on/off and system goes for pdu reboot then system should reach to the Host_Powred_On/Off state. Fixes openbmc/openbmc#196 Change-Id: If4bdb65a21452d7aa041312fcdbb1daa1b1b0424 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* python: add vim modelinesBrad Bishop2016-09-231-0/+2
| | | | | Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove goto_system_stateBrad Bishop2016-09-062-62/+1
| | | | | | | With the move to systemd this script isn't needed anymore. Change-Id: I90e481ccd720492fce25b62edc5e47d36d6d5a7c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* discover_system_state: pep8 fixesBrad Bishop2016-09-061-48/+48
| | | | | Change-Id: I8ef7c3024c2330acffa7603aee4c7ef295aea1b0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fixing WhiteSpace ErrorRatan Gupta2016-08-101-51/+51
| | | | | Change-Id: I81e847076deffbb191dc9db8503ae11dc555eb2d Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Reorganize directory structureBrad Bishop2016-06-105-0/+145
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud