summaryrefslogtreecommitdiffstats
path: root/dcmihandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DCMI: Implement Get DCMI capabilities info command.Dhruvaraj Subhashchandran2018-01-311-0/+131
| | | | | | | | | | This commit adds ipmi changes for supporting the get DCMI capabilities command Resolves openbmc/openbmc#2618 Change-Id: I7d0e7c132f4a8d459351e025fa2bfca9fcf1340b Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Spelling fixesGunnar Mills2017-10-311-1/+1
| | | | | | | | | Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I78e9d126f19fd9fb2e3f2fa9fe8c2404dc505f82 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add DCMI Get/Set Management Controller Id StringVladislav Vovchenko2017-10-161-0/+134
| | | | | | | Resolves openbmc/openbmc#1855 Change-Id: I878c7bcb1ea8b46cd3e932b1cbb2290fe612f652 Signed-off-by: Vladislav Vovchenko <vlad.vovchenko93@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dcmi: Put enum ipmi_netfn_sen_cmds inside namespaceRatan Gupta2017-08-111-15/+25
| | | | | | | | | The enum is defined in sensorhandler.h as well as here it may happen that some cpp will include both header files and it may lead to multiple definition error. Change-Id: I848de8cbde42831303493862a7bdf8966176b9d1 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* dcmi: Implement activate/deactivate power limitTom Joseph2017-07-281-0/+65
| | | | | | | Resolves openbmc/openbmc#1955 Change-Id: I4f97e3f22e9a36879dba56a06ae3c6bb5d34e34c Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* dcmi: Implement set power limit commandTom Joseph2017-07-281-0/+65
| | | | | Change-Id: I6427a0715a4bba5e18a5e483309a23f8493ea370 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* dcmi: Refactor get power limit commandTom Joseph2017-07-281-52/+70
| | | | | Change-Id: I31755eaccb17c013fd2c1a3e43e7ec95a1947ba3 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Call mapper service with appropriate parametersAndrew Geissler2017-07-191-5/+4
| | | | | | | | | | | I obviously did not re-test my code after making this review comment. The parameters to getService() were in the wrong order. Resolves openbmc/openbmc#1990 Change-Id: Ia0cfe45f391d80dec6f47b28b99126bfc98f2d28 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* dcmi: get real power cap settingsAndrew Geissler2017-07-181-8/+86
| | | | | | | | Now that the user power cap settings are defined, provide them via the ipmi dcmi interface Change-Id: I46b0c3f006eee714c7f412f2aec4433e67aeb187 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* dcmi: asset-tag: Add API to write asset tag to the DBUS objectTom Joseph2017-07-181-0/+26
| | | | | Change-Id: Ia4bf3f99a865617535c65a023c8e697792cd43b4 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* dcmi: asset-tag: Implement Set Asset tag commandTom Joseph2017-07-181-0/+65
| | | | | | | Resolves openbmc/openbmc#1854 Change-Id: Iba00a732aa30fb60fc0b1550daec0e4055af74fa Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* dcmi: asset-tag: Implement the Get Asset Tag commandTom Joseph2017-07-181-0/+80
| | | | | Change-Id: Ic2fb1e707174ece63fbb758bf1422c2c4d95723b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* dcmi: asset-tag: Add API to read asset tag from dbusTom Joseph2017-07-181-1/+77
| | | | | Change-Id: I00958d4bb54896ea7d13aaffd7e0ebf3c20ef3de Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add privilege level for each IPMI commandTom2017-01-171-2/+4
| | | | | Change-Id: I07f160c6ea83dc91f46e21f263c4cf994aff081d Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Allow out-of-tree buildsPatrick Williams2016-09-061-1/+1
| | | | | Change-Id: If4b97e65f63c3abbf23140dd97b9febe00b3be0d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Switch C++ source files to .cpp extensionMatthew Barth2016-08-081-0/+40
Change-Id: I495186b4afd58ec1e5d9d5c6472394f96541d17d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud