summaryrefslogtreecommitdiffstats
path: root/chassishandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make IPMI changes to stop timer that is started by SoftPowerOffVishwanatha Subbanna2017-03-241-0/+50
* Update chassis command handler to use state manager servicesVishwanatha Subbanna2017-03-071-30/+44
* Add support for IPMI Chassis Power Cycle commandVishwanatha Subbanna2017-03-061-0/+4
* IPMI: Add support for chassis power on commandVishwanatha Subbanna2017-03-021-0/+3
* Correct compilation errorsMatthew Barth2017-01-251-2/+1
* Add privilege level for each IPMI commandTom2017-01-171-6/+18
* Add support for IPMI GetChassisStatus commandNan Li2016-10-311-0/+183
OpenPOWER on IntegriCloud