summaryrefslogtreecommitdiffstats
path: root/chassishandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* ipmid: update chassis identify commandVernon Mauery2019-04-091-26/+16
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-1/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-011-1/+0
* Remove experimental filesystem spliceVernon Mauery2019-03-281-13/+1
* move types.hpp to ipmid/types.hpp for exportVernon Mauery2019-03-251-1/+1
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-251-1/+1
* Extra Bytes in response data for chassis Identify commandJia, Chunhui2019-03-041-0/+1
* Set init_priority attribute for global variables in shared libLei YU2019-02-121-1/+2
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* Changes to align with IPMI specYong Li2019-02-051-4/+5
* Remove unused legacy code referencing org.openbmc.settings.HostTom Joseph2018-12-201-134/+0
* Implement set chassis capabilities IPMI commandsYong Li2018-12-111-26/+183
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-16/+20
* Use the common timer classVernon Mauery2018-10-181-12/+10
* add std namespace prefix to common methodsPatrick Venture2018-09-251-28/+30
* move filesystem inclusion to bottom of listPatrick Venture2018-09-251-15/+14
* replaced c headers with cpp where applicablePatrick Venture2018-09-251-4/+0
* rename headers to match stylePatrick Venture2018-09-251-4/+5
* Implement chassis set power restore policy commandYong Li2018-09-251-0/+91
* add .clang-formatPatrick Venture2018-09-071-365/+365
* Handle the case to turn off the Chassis Identify LEDTom Joseph2018-08-081-0/+6
* Standardize use of filesystemVernon Mauery2018-08-081-1/+11
* Fix D-Bus error from callback method invoked from async threadMarri Devender Rao2018-05-231-74/+105
* Implement Get POH Counter commandNagaraju Goruganti2018-05-211-0/+71
* Fix get boot options returning unexpected resultsMarri Devender Rao2018-05-081-0/+16
* Add set boot source and boot mode methods for reuseMarri Devender Rao2018-05-081-39/+62
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-40/+39
* Revert "Revert "Add chassis identify ipmi command.""Tom Joseph2018-04-041-0/+115
* Revert "Add chassis identify ipmi command."Joel Stanley2018-02-281-115/+0
* Add chassis identify ipmi command.James Feist2017-12-131-0/+115
* Spelling fixesGunnar Mills2017-10-311-1/+1
* boot policy: Support boot parameter #4 (boot info)Tom Joseph2017-10-041-2/+9
* boot policy: Correct the logic of setting the boot policyTom Joseph2017-09-281-53/+34
* boot settings: use the new 'one time' settingDeepak Kodihalli2017-09-081-117/+174
* settings: handle multiple objects/interfacesDeepak Kodihalli2017-09-081-5/+5
* Support IPMI Chassis Soft Power Off commandVishwanatha Subbanna2017-08-141-11/+24
* Move generic network constants to types.hppRatan Gupta2017-08-131-17/+10
* Take bus as input parameter in util functionRatan Gupta2017-08-111-18/+24
* Move dbus utility function to utilsRatan Gupta2017-08-111-225/+25
* Initialise the sdbus connectionTom Joseph2017-08-091-0/+2
* Don't send blank network override to hostRatan Gupta2017-08-081-21/+53
* power_policy: switch to new settings APIDeepak Kodihalli2017-07-311-41/+39
* boot_flags: switch to new settings APIDeepak Kodihalli2017-07-311-84/+165
* Add IPV6 handling for host network settingsRatan Gupta2017-07-251-34/+100
* Make changes as per the new settings infrastructureRatan Gupta2017-07-191-251/+383
* Fix space and newline for boot policy printGeorge Keishing2017-06-161-1/+1
* Call softoff dbus interface directlyAndrew Geissler2017-06-081-10/+17
* Create file to indicate host requested off/rebootAndrew Geissler2017-06-061-8/+55
* Remove tabs and fix indents in chassishandler.cppAndrew Geissler2017-06-011-185/+205
* IPMI: Update the dbus object for soft power off with underscoresVishwanatha Subbanna2017-04-041-5/+4
OpenPOWER on IntegriCloud